diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-12 17:03:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-12 17:03:48 +0200 |
commit | 608abad5b8a5c82e9c7a2c2f246084241ab254e2 (patch) | |
tree | a78c5be6d75aa776064da4fb10ce3918b47683cd /README | |
parent | reserved names (diff) | |
download | slibc-608abad5b8a5c82e9c7a2c2f246084241ab254e2.tar.gz slibc-608abad5b8a5c82e9c7a2c2f246084241ab254e2.tar.bz2 slibc-608abad5b8a5c82e9c7a2c2f246084241ab254e2.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ Macro definitions: _BSD_SOURCE -- Enable BSD extensions. _SLIBC_SUPPRESS_WARNINGS -- Suppress all #warning and other warnings, this is primarily intended to be used when compiling slibc. - _PORTABLE_SOURCE -- Unconditionally disable all extensions, and otherwise - help ensure that the source is portable. + _PORTABLE_SOURCE -- Unconditionally disable all non-POSIX extensions, and + otherwise help ensure that the source is portable. _LIBRARY_HEADER -- Alternative to _PORTABLE_SOURCE that should - be used in header files for libraryes. This + be used in header files for libraries. This allows you to be sure that your library is portable between libc:s, and that sources using your library does not been to be compiled |