Make sure ssize_t is defined on SunOS4.

PR: 585
This commit is contained in:
Richard Levitte 2003-06-12 00:56:30 +00:00
parent 29e301065f
commit 9f0d2f6b09

2
e_os.h
View file

@ -301,6 +301,8 @@ extern "C" {
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
* (unless when compiling with -D_POSIX_SOURCE,
* which doesn't work for us) */
# endif
# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
# define ssize_t int /* ditto */
# endif
# ifdef NEWS4 /* setvbuf is missing on mips-sony-bsd */