summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-23 17:54:58 +0000
committerUlf Möller <ulf@openssl.org>2000-03-23 17:54:58 +0000
commitfd72d831b798eda88a74b5ca78d4c74a366ee6df (patch)
treeaafcbdf8cfb77d814c4cb61c34d2a1a23c13a326 /e_os.h
parent1bb30673f9f8da69140211e47d550f97a3457536 (diff)
ssize_t for Ultrix
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 8c8fb94e2c..dc28cd6171 100644
--- a/e_os.h
+++ b/e_os.h
@@ -390,6 +390,12 @@ extern HINSTANCE _hInstance;
# endif
#endif
+#if defined(__ultrix)
+# ifndef ssize_t
+# define ssize_t int
+# endif
+#endif
+
#if defined(THREADS) || defined(sun)
#ifndef _REENTRANT
#define _REENTRANT