]> code.delx.au - gnu-emacs/blobdiff - src/m/ibmrt-aix.h
Delete the autoloads for functions defined with ibuffer-specific commands.
[gnu-emacs] / src / m / ibmrt-aix.h
index 6c655ea67fcbc94f13a898bab799cb195e88776a..5ff553636b92b26c2d74cd59268e66cc20744e41 100644 (file)
@@ -1,5 +1,5 @@
 /* RTPC AIX machine/system dependent defines
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -106,7 +106,7 @@ Boston, MA 02111-1307, USA.  */
 { /* Check that server side not already open */                \
   if ((ioctl (*ptyv, PTYSTATUS, 0) & 0xFFFF) != 0)     \
     {                                                  \
-      close (*ptyv);                                   \
+      emacs_close (*ptyv);                             \
       continue;                                                \
     }                                                  \
   /* And finally to be sure we can open it later */    \
@@ -160,8 +160,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include </usr/include/bsd/BSDtoAIX.h>
 #define BSTRING
-#define HAVE_GETTIMEOFDAY
-#define HAVE_VFORK
 
 /* AIX utimes allegedly causes SIGSEGV.  */
 #undef HAVE_UTIMES /* override configuration decision */