Mercurial > emacs
changeset 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 | 511563c17f9c |
children | ba689bf126fb |
files | src/s/osf1.h |
diffstat | 1 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/osf1.h Fri Oct 28 18:54:40 1994 +0000 +++ b/src/s/osf1.h Fri Oct 28 19:00:34 1994 +0000 @@ -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