mailing list of musl libc
 help / color / mirror / code / Atom feed
* setpriority typo
@ 2013-04-01 13:54 Justin Cormack
  2013-04-01 14:05 ` Rich Felker
  0 siblings, 1 reply; 4+ messages in thread
From: Justin Cormack @ 2013-04-01 13:54 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 520 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-01 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01 13:54 setpriority typo Justin Cormack
2013-04-01 14:05 ` Rich Felker
2013-04-01 14:30   ` Justin Cormack
2013-04-01 15:19     ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).