|
Message-ID: <20120907045631.GL27715@brightrain.aerifal.cx> Date: Fri, 7 Sep 2012 00:56:31 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: capset() capget() syscalls On Thu, Sep 06, 2012 at 09:22:58AM +0100, Justin Cormack wrote: > For reference (this list is not complete), Musl is missing the Would you be willing to complete this list and submit a patch to add all the missing syscalls? > Musl has the following syscalls that glibc does not provide: > mknod, mknodat, clock_nanosleep glibc uses a messy __xmknod system; that's probably why you don't see them. Also, glibc has all the clock_* functions in librt rather than libc. Rich
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.