diff options
Diffstat (limited to 'src/s/aix3-1.h')
-rw-r--r-- | src/s/aix3-1.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index ab82ae0d3a0..f9c3cbeeba7 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -1,5 +1,5 @@ /* Definitions file for GNU Emacs running on IBM AIX version 3.1 - Copyright (C) 1985, 1986, 1990 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1990, 1999 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -168,20 +168,6 @@ Boston, MA 02111-1307, USA. */ #define _setjmp setjmp #define _longjmp longjmp -/* On USG systems the system calls are interruptible by signals - that the user program has elected to catch. Thus the system call - must be retried in these cases. To handle this without massive - changes in the source code, we remap the standard system call names - to names for our own functions in sysdep.c that do the system call - with retries. */ - -#define read sys_read -#define open sys_open -#define write sys_write - -#define INTERRUPTIBLE_OPEN -#define INTERRUPTIBLE_IO - /* On USG systems these have different names */ #define index strchr |