Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Apr 2013 14:54:18 +0100
From: Justin Cormack <justin@...cialbusservice.com>
To: musl@...ts.openwall.com
Subject: setpriority typo

cat ./src/misc/setpriority.c
#include <sys/resource.h>
#include "syscall.h"

int setpriority(int which, id_t who, int prio)
{
return syscall(SYS_getpriority, which, who, prio);
}

                                    ^ should be set!

Justin

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.