diff options
| -rw-r--r-- | src/s/ptx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/ptx.h b/src/s/ptx.h index 837a1964e80..d9d223d1cc5 100644 --- a/src/s/ptx.h +++ b/src/s/ptx.h | |||
| @@ -166,3 +166,6 @@ struct timezone | |||
| 166 | 166 | ||
| 167 | /* PTX doesn't seem to have memmove. */ | 167 | /* PTX doesn't seem to have memmove. */ |
| 168 | #define MEMMOVE_MISSING | 168 | #define MEMMOVE_MISSING |
| 169 | |||
| 170 | /* Kenneth Stailey <kstailey@eagle.dol-esa.gov> says this is needed. */ | ||
| 171 | #define POSIX_SIGNALS | ||