aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3271f6a..3352ba0 100644
--- a/README
+++ b/README
@@ -16,10 +16,10 @@ 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, and otherwise
- help ensure that the source is portable.
+ _PORTABLE_SOURCE -- Unconditionally disable all non-POSIX 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
+ be used in header files for libraries. This
allows you to be sure that your library is
portable between libc:s, and that sources
using your library does not been to be compiled