From dd5af6b7e9d88ffe6dd663a373c0f161b519c1af Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Oct 1996 17:54:16 +0000 Subject: [PATCH] (POSIX_SIGNALS): New definition. --- src/s/ptx.h | 3 +++ 1 file changed, 3 insertions(+) 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 /* PTX doesn't seem to have memmove. */ #define MEMMOVE_MISSING + +/* Kenneth Stailey says this is needed. */ +#define POSIX_SIGNALS -- 2.39.5