diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ 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. + _PORTABLE_SOURCE -- Unconditionally disable all 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 allows you to be sure that your library is |