comparison src/s/osf1.h @ 9739:55b869b080a6

(LD_SWITCH_SYSTEM): Definitions deleted. (INTERRUPTIBLE_IO, INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE) (read, write, open, close): New definitions.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Oct 1994 19:00:34 +0000
parents 4477436f8ba5
children 34246eb34e98
comparison
equal deleted inserted replaced
9738:511563c17f9c 9739:55b869b080a6
8 the BSD universe and not the SYSV universe. */ 8 the BSD universe and not the SYSV universe. */
9 9
10 #define C_SWITCH_SYSTEM -D_BSD 10 #define C_SWITCH_SYSTEM -D_BSD
11 #define LIBS_SYSTEM -lbsd 11 #define LIBS_SYSTEM -lbsd
12 12
13 #ifdef __alpha 13 #define read sys_read
14 #define LD_SWITCH_SYSTEM 14 #define write sys_write
15 #else 15 #define open sys_open
16 #define LD_SWITCH_SYSTEM -non_shared 16 #define close sys_close
17 #endif 17
18 #define INTERRUPTIBLE_OPEN
19 #define INTERRUPTIBLE_CLOSE
20 #define INTERRUPTIBLE_IO
18 21
19 #define SYSV_SYSTEM_DIR 22 #define SYSV_SYSTEM_DIR
20 23
21 /* Declare malloc and realloc in a way that is clean. 24 /* Declare malloc and realloc in a way that is clean.
22 But not in makefiles! */ 25 But not in makefiles! */