summaryrefslogtreecommitdiff
path: root/doc/posix-headers/sys_types.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-16 23:43:21 +0200
committerBruno Haible <bruno@clisp.org>2011-09-16 23:43:21 +0200
commite81d3b1b46e69f9799deb665769f9796c4e454e6 (patch)
tree72ec8a5fb37e680afaa1a447c7bd4fda8894b938 /doc/posix-headers/sys_types.texi
parenta66220e562ac68d95d217ef89b4d3416cecb10dd (diff)
downloadgnulib-e81d3b1b46e69f9799deb665769f9796c4e454e6.tar.gz
Support for MSVC compiler: Ensure mode_t gets defined.
* m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_TYPE_MODE_T. * m4/spawn_h.m4 (gl_SPAWN_H): Likewise. * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise. * m4/sys_types_h.m4 (gl_SYS_TYPES_H): Likewise. * tests/test-fcntl-h.c: Check that mode_t is defined. * tests/test-sys_stat.c: Likewise. * tests/test-sys_types.c: Likewise. * doc/posix-headers/fcntl.texi: Mention the missing mode_t problem. * doc/posix-headers/sys_stat.texi: Likewise. * doc/posix-headers/sys_types.texi: Likewise.
Diffstat (limited to 'doc/posix-headers/sys_types.texi')
-rw-r--r--doc/posix-headers/sys_types.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-headers/sys_types.texi b/doc/posix-headers/sys_types.texi
index f124171d85..35d24c0c74 100644
--- a/doc/posix-headers/sys_types.texi
+++ b/doc/posix-headers/sys_types.texi
@@ -16,6 +16,9 @@ MSVC 9.
@item
The type @code{ssize_t} is not defined on some platforms:
MSVC 9.
+@item
+The type @code{mode_t} is not defined on some platforms:
+MSVC 9.
@end itemize
Portability problems not fixed by Gnulib: