diff options
| -rw-r--r-- | src/m/ibmrt-aix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 2ec5919a280..83f122051c4 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h | |||
| @@ -178,3 +178,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | ||