Make sure ssize_t is defined on SunOS4.
PR: 585
This commit is contained in:
parent
54bbde3c3f
commit
700d86ea18
2
e_os.h
2
e_os.h
@ -331,6 +331,8 @@ extern "C" {
|
|||||||
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
|
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
|
||||||
* (unless when compiling with -D_POSIX_SOURCE,
|
* (unless when compiling with -D_POSIX_SOURCE,
|
||||||
* which doesn't work for us) */
|
* which doesn't work for us) */
|
||||||
|
# endif
|
||||||
|
# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
|
||||||
# define ssize_t int /* ditto */
|
# define ssize_t int /* ditto */
|
||||||
# endif
|
# endif
|
||||||
# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
|
# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user