comparison src/s/sunos4-1.h @ 457:e442bb589751

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Fri, 13 Dec 1991 18:50:18 +0000
parents
children bba90ce247b0
comparison
equal deleted inserted replaced
456:c0335c02f1d7 457:e442bb589751
1 #include "sunos4-0.h"
2
3 /* 4.1.1 makes these system calls interruptable. */
4
5 #define read sys_read
6 #define write sys_write
7 #define open sys_open
8 #define close sys_close
9
10 #define INTERRUPTIBLE_OPEN
11 #define INTERRUPTIBLE_CLOSE
12 #define INTERRUPTIBLE_IO