comparison src/s/osf1.h @ 11677:8406623b45c4

(GETPGRP_NO_ARG): Define.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 May 1995 16:17:23 +0000
parents 9a4d9102876b
children 30b88291babf
comparison
equal deleted inserted replaced
11676:d67c2cc998d4 11677:8406623b45c4
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 #define GETPGRP_NO_ARG
14
13 #define read sys_read 15 #define read sys_read
14 #define write sys_write 16 #define write sys_write
15 #define open sys_open 17 #define open sys_open
16 #define close sys_close 18 #define close sys_close
17 19