Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 13 Dec 2012 15:23:46 +0400
From: ojab <ojab@...b.ru>
To: musl@...ts.openwall.com
Subject: FreeSWITCH build, timerfd macros

Hi list,

glibc's timerfd.h has some defines, which doesn't exist in musl.

One of them — TFD_TIMER_ABSTIME, which is basically
#define TFD_TIMER_ABSTIME (1 << 0)

is used by FreeSWITCH, so right now FS build fails with
> src/switch_time.c:827:29: error: 'TFD_TIMER_ABSTIME' undeclared (first use in this function)

Can this macro be added to musl?

//wbr ojab

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.