summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-18 14:17:33 -0500
committerRich Salz <rsalz@openssl.org>2014-12-18 14:17:33 -0500
commit59ff1ce06108508eba0f289b295dd89582c9fbfc (patch)
tree542721226edfaddc4d5da490ce056033f16d9788 /e_os.h
parent5a1e8c67a90aead86ccc2dda324e8f897d1a044d (diff)
RT3548: Remove some obsolete platforms
This commit removes Sony NEWS4 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/e_os.h b/e_os.h
index 6f5edfba2a..d0c8ed5924 100644
--- a/e_os.h
+++ b/e_os.h
@@ -432,15 +432,11 @@ static __inline unsigned int _strlen31(const char *str)
# ifndef NO_SYS_TYPES_H
# include <sys/types.h>
# endif
-# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4)
+# if defined(NeXT)
# 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
-# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
-# define setvbuf(a, b, c, d) setbuffer((a), (b), (d))
- typedef unsigned long clock_t;
-# endif
# ifdef OPENSSL_SYS_WIN32_CYGWIN
# include <io.h>
# include <fcntl.h>