aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-15 05:51:07 +0000
committerRichard M. Stallman1994-09-15 05:51:07 +0000
commit8a63d4ba5e5f1bc3c51f62fdca3358e0e653627a (patch)
tree8a1a2049e303ffb24770e74498c510952c7c6f61 /src
parentc4ffc07fd82f1c890ab79ad8e5adc0673a4c86dc (diff)
downloademacs-8a63d4ba5e5f1bc3c51f62fdca3358e0e653627a.tar.gz
emacs-8a63d4ba5e5f1bc3c51f62fdca3358e0e653627a.zip
(SUNOS4): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-0.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h
index 17f17471900..02bdd1ea0c5 100644
--- a/src/s/sunos4-0.h
+++ b/src/s/sunos4-0.h
@@ -1,5 +1,9 @@
1#include "bsd4-2.h" 1#include "bsd4-2.h"
2 2
3#ifndef SUNOS4
4#define SUNOS4
5#endif
6
3#if 0 /* This may have been needed for an earlier version of Sun OS 4. 7#if 0 /* This may have been needed for an earlier version of Sun OS 4.
4 It seems to cause warnings in 4.0.3 and 4.1. */ 8 It seems to cause warnings in 4.0.3 and 4.1. */
5#define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */ 9#define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */