summaryrefslogtreecommitdiff
path: root/src/s/sunos4-1.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-12-13 18:50:18 +0000
committerJim Blandy <jimb@redhat.com>1991-12-13 18:50:18 +0000
commit9b71f02b8a03ec8b8d0f5e4053a76e8f71920a57 (patch)
tree4cb729aa379a5b81906065849777be98ed8e8c74 /src/s/sunos4-1.h
parent20c428fd9d239eca0a835e3b0fe2629e789ce562 (diff)
downloademacs-9b71f02b8a03ec8b8d0f5e4053a76e8f71920a57.tar.gz
entered into RCS
Diffstat (limited to 'src/s/sunos4-1.h')
-rw-r--r--src/s/sunos4-1.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
new file mode 100644
index 00000000000..3e243e550e7
--- /dev/null
+++ b/src/s/sunos4-1.h
@@ -0,0 +1,12 @@
+#include "sunos4-0.h"
+
+/* 4.1.1 makes these system calls interruptable. */
+
+#define read sys_read
+#define write sys_write
+#define open sys_open
+#define close sys_close
+
+#define INTERRUPTIBLE_OPEN
+#define INTERRUPTIBLE_CLOSE
+#define INTERRUPTIBLE_IO