|
Message-ID: <20121213191457.GE20323@brightrain.aerifal.cx> Date: Thu, 13 Dec 2012 14:14:58 -0500 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: FreeSWITCH build, timerfd macros On Thu, Dec 13, 2012 at 11:07:42PM +0400, ojab wrote: > There is also > /* Bits to be set in the FLAGS parameter of `timerfd_create'. */ > enum > { > TFD_CLOEXEC = 02000000, > #define TFD_CLOEXEC TFD_CLOEXEC > TFD_NONBLOCK = 00004000 > #define TFD_NONBLOCK TFD_NONBLOCK > }; > > in glibc sources. OK, I will add these, presuming the values vary by arch to match the corresponding O_* constants from fcntl.h. If that's incorrect, please let me know. 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.