diff options
| author | Richard M. Stallman | 1996-10-07 17:54:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-07 17:54:16 +0000 |
| commit | dd5af6b7e9d88ffe6dd663a373c0f161b519c1af (patch) | |
| tree | c4a6df435e6315aa92c73b7d65ba1bcf7694a36c /src | |
| parent | 0f88624ee39af192189cf4bf1cc7e9885d18fc42 (diff) | |
| download | emacs-dd5af6b7e9d88ffe6dd663a373c0f161b519c1af.tar.gz emacs-dd5af6b7e9d88ffe6dd663a373c0f161b519c1af.zip | |
(POSIX_SIGNALS): New definition.
Diffstat (limited to 'src')
| -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 | ||