diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 19:53:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 19:53:25 +0100 |
commit | ee42fc4ad892c48d9d7825a32cf5141807ab2f1f (patch) | |
tree | 94b96b722ba5307fb3b51e0bb889c4bba8b06d7f /README | |
parent | m doc (diff) | |
download | slibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.gz slibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.bz2 slibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.xz |
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |