aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 19:53:25 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 19:53:25 +0100
commitee42fc4ad892c48d9d7825a32cf5141807ab2f1f (patch)
tree94b96b722ba5307fb3b51e0bb889c4bba8b06d7f
parentm doc (diff)
downloadslibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.gz
slibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.bz2
slibc-ee42fc4ad892c48d9d7825a32cf5141807ab2f1f.tar.xz
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 97fec7b..301edad 100644
--- a/README
+++ b/README
@@ -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