aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-16 18:02:03 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-16 18:02:03 +0200
commitd12d99840d3521a9b20094b09335e5e5ca8669b6 (patch)
treef086ff79c1ea3efe8f170f8fd63ebed12110b893 /doc
parentm offsetof doc (diff)
downloadslibc-d12d99840d3521a9b20094b09335e5e5ca8669b6.tar.gz
slibc-d12d99840d3521a9b20094b09335e5e5ca8669b6.tar.bz2
slibc-d12d99840d3521a9b20094b09335e5e5ca8669b6.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/info/chap/integer-types.texinfo9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/chap/integer-types.texinfo b/doc/info/chap/integer-types.texinfo
index 787b9eb..6f75a5c 100644
--- a/doc/info/chap/integer-types.texinfo
+++ b/doc/info/chap/integer-types.texinfo
@@ -434,3 +434,12 @@ currently, does not define any integer types where
TODO
+@ignore
+
+ptrdiff_t ANSI C <stddef.h>
+size_t ANSI C <stddef.h>
+wchar_t ANSI C <stddef.h>
+ssize_t POSIX <stddef.h>
+
+@end ignore
+