Support for MSVC compiler: Ensure ssize_t gets defined.
authorBruno Haible <bruno@clisp.org>
Thu, 15 Sep 2011 16:00:32 +0000 (18:00 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 15 Sep 2011 16:00:32 +0000 (18:00 +0200)
commit92a1bc6ccf243a67308032234bd69eb31f0028e6
tree14f652f44f7c90a405848b59a191074d37961f76
parentcaa70a3d343f8adb6385d3da8a3c4f5ab0333ea7
Support for MSVC compiler: Ensure ssize_t gets defined.

* doc/posix-headers/sys_types.texi: Mention the missing ssize_t problem.
* doc/posix-headers/stdio.texi: Likewise.
* modules/stdio (Depends-on): Add ssize_t.
* modules/sys_socket (Depends-on): Likewise.
* modules/sys_types (Depends-on): Likewise.
* modules/sys_uio (Depends-on): Likewise.
* modules/unistd (Depends-on): Likewise.
* tests/test-sys_socket.c: Check that size_t and ssize_t are defined.
* tests/test-sys_types.c: Check that ssize_t is defined.
ChangeLog
doc/posix-headers/stdio.texi
doc/posix-headers/sys_types.texi
modules/stdio
modules/sys_socket
modules/sys_types
modules/sys_uio
modules/unistd
tests/test-sys_socket.c
tests/test-sys_types.c