diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,6 @@ Macro definitions: _SLIBC_SOURCE -- Enable slibc extensions. These extensions are usually extensions introduced in other C libraries, but are considered good extensions. - _GNU_SOURCE -- Enable glibc extensions (GNU extensions.) - _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 non-POSIX extensions, and @@ -28,6 +26,8 @@ Macro definitions: header files, otherwise the user of the library cannot fully utilise _PORTABLE_SOURCE. + See info manual for all definitions. + slibc provides some slibc-specific extensions that do not require _SLIBC_SOURCE. (They are however |