aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-07 17:54:16 +0000
committerRichard M. Stallman1996-10-07 17:54:16 +0000
commitdd5af6b7e9d88ffe6dd663a373c0f161b519c1af (patch)
treec4a6df435e6315aa92c73b7d65ba1bcf7694a36c /src
parent0f88624ee39af192189cf4bf1cc7e9885d18fc42 (diff)
downloademacs-dd5af6b7e9d88ffe6dd663a373c0f161b519c1af.tar.gz
emacs-dd5af6b7e9d88ffe6dd663a373c0f161b519c1af.zip
(POSIX_SIGNALS): New definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/ptx.h3
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