Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 26 Jul 2013 13:09:14 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: option groups detection for libc-test

Attached is a cpp+sed template for generating an "options.h" file
indicating which POSIX option groups the implementation claims to
support. Option groups which are mandatory, obsolete, or deal with
utilities rather than system interfaces are not included, but could be
added. The resulting macros are the same as the standard ones in
unistd.h but with the leading underscores removed. The motivation is
to be able to test for option groups without including unistd.h, for
tests where unistd.h would possibly interfere with what's being
tested.

Rich

View attachment "options.h.in" of type "text/plain" (3772 bytes)

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.