diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-14 23:10:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-14 23:10:00 +0100 |
commit | f912f24e28558a6cc078240d5b97e2cc76b67868 (patch) | |
tree | e6552c74f9422fc38c61abd0b5af6afca4cc26c7 /doc/info | |
parent | escape: 192 128 → \0 (diff) | |
download | slibc-f912f24e28558a6cc078240d5b97e2cc76b67868.tar.gz slibc-f912f24e28558a6cc078240d5b97e2cc76b67868.tar.bz2 slibc-f912f24e28558a6cc078240d5b97e2cc76b67868.tar.xz |
add mallocz
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/chap/introduction.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/info/chap/introduction.texinfo b/doc/info/chap/introduction.texinfo index 92f6273..ba08dbe 100644 --- a/doc/info/chap/introduction.texinfo +++ b/doc/info/chap/introduction.texinfo @@ -398,6 +398,12 @@ or @sc{SVID}@. To override this, define @code{_GNU_SOURCE} does not automatically define @code{_BSD_SOURCE} or @code{_SVID_SOURCE}@. +@item _PLAN9_SOURCE +@cpindex Plan 9 from Bell Labs +@lvindex _PLAN9_SOURCE +Enables extensions from Plan 9 from Bell Labs +C standard library. + @end table @c TODO: _LARGEFILE_SUPPORT @c TODO: _LARGEFILE64_SUPPORT |