aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-08 01:40:36 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-08 01:40:36 +0200
commitfb9454705c02bdd638e6f7207c5622dce8af02a0 (patch)
tree9130e8572d7393214dc5f088857ef36a021b92e2 /README
parentm slibc_perror (diff)
downloadslibc-fb9454705c02bdd638e6f7207c5622dce8af02a0.tar.gz
slibc-fb9454705c02bdd638e6f7207c5622dce8af02a0.tar.bz2
slibc-fb9454705c02bdd638e6f7207c5622dce8af02a0.tar.xz
on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here too
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ed8861d..3271f6a 100644
--- a/README
+++ b/README
@@ -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