comparison src/m/ibmrt-aix.h @ 3458:447a28bdc0fe

(HAVE_FTIME): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 20:27:26 +0000
parents 6c044c8796dd
children 7be0f0a02725
comparison
equal deleted inserted replaced
3457:730b8751e536 3458:447a28bdc0fe
176 /* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */ 176 /* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */
177 #define USE_UTIME 177 #define USE_UTIME
178 178
179 /* AIX defines FIONREAD, but it does not work. */ 179 /* AIX defines FIONREAD, but it does not work. */
180 #define BROKEN_FIONREAD 180 #define BROKEN_FIONREAD
181
182 /* rocky@watson.ibm.com says this is needed. */
183 #define HAVE_FTIME