about summary refs log tree commit diff
path: root/src/portab/portab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/portab.h')
-rw-r--r--src/portab/portab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h
index 83e11313..56d4249b 100644
--- a/src/portab/portab.h
+++ b/src/portab/portab.h
@@ -99,6 +99,14 @@ typedef unsigned char bool;
 #endif
 #endif
 
+#ifdef NeXT
+#define S_IRUSR 0000400		/* read permission, owner */
+#define S_IWUSR 0000200		/* write permission, owner */
+#define S_IRGRP 0000040		/* read permission, group */
+#define S_IROTH 0000004		/* read permission, other */
+#define ssize_t int
+#endif
+
 #undef GLOBAL
 #define GLOBAL