(LD_SWITCH_SYSTEM): Definitions deleted.
(INTERRUPTIBLE_IO, INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE) (read, write, open, close): New definitions.
This commit is contained in:
parent
5f8e11f926
commit
47c2ba0e27
1 changed files with 8 additions and 5 deletions
13
src/s/osf1.h
13
src/s/osf1.h
|
@ -10,11 +10,14 @@
|
|||
#define C_SWITCH_SYSTEM -D_BSD
|
||||
#define LIBS_SYSTEM -lbsd
|
||||
|
||||
#ifdef __alpha
|
||||
#define LD_SWITCH_SYSTEM
|
||||
#else
|
||||
#define LD_SWITCH_SYSTEM -non_shared
|
||||
#endif
|
||||
#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
|
||||
|
||||
#define SYSV_SYSTEM_DIR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue