summaryrefslogtreecommitdiff
path: root/doc/glibc-headers
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-29 12:10:02 +0100
committerBruno Haible <bruno@clisp.org>2012-02-29 12:10:52 +0100
commit98ba3c74aec9072d3beaf2e7d0429b05b313b7f4 (patch)
tree0833450fe58d500a8a4a7d0766e369c2231834a9 /doc/glibc-headers
parent37fee00c15dd7de127bbfb0d2bd2e9e2a240729d (diff)
downloadgnulib-98ba3c74aec9072d3beaf2e7d0429b05b313b7f4.tar.gz
doc: Move ISO C11 feature notes into POSIX chapters.
* doc/posix-functions/aligned_alloc.texi: Renamed from doc/glibc-functions/aligned_alloc.texi. * doc/posix-functions/quick_exit.texi: Renamed from doc/glibc-functions/quick_exit.texi. * doc/posix-headers/uchar.texi: Renamed from doc/glibc-headers/uchar.texi. * doc/posix-functions/c16rtomb.texi: Renamed from doc/glibc-functions/c16rtomb.texi. * doc/posix-functions/c32rtomb.texi: Renamed from doc/glibc-functions/c32rtomb.texi. * doc/posix-functions/mbrtoc16.texi: Renamed from doc/glibc-functions/mbrtoc16.texi. * doc/posix-functions/mbrtoc32.texi: Renamed from doc/glibc-functions/mbrtoc32.texi. * doc/gnulib.texi: Update. (Glibc uchar.h): Remove section. Suggested by Eric Blake.
Diffstat (limited to 'doc/glibc-headers')
-rw-r--r--doc/glibc-headers/uchar.texi19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/glibc-headers/uchar.texi b/doc/glibc-headers/uchar.texi
deleted file mode 100644
index af845d5386..0000000000
--- a/doc/glibc-headers/uchar.texi
+++ /dev/null
@@ -1,19 +0,0 @@
-@node uchar.h
-@section @file{uchar.h}
-
-Defines the types @code{char16_t}, @code{char32_t} and declares the
-functions @code{mbrtoc16}, @code{c16rtomb}, @code{mbrtoc32},
-@code{c32rtomb}.
-
-Gnulib module: ---
-
-Portability problems fixed by Gnulib:
-@itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
-@item
-This header file is missing on all non-glibc platforms:
-glibc 2.15, MacOS X 10.5, FreeBSD 6.4, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
-@end itemize