From 9ef47683093339c7da16f07033534ece8f1fe4b0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Jul 2002 17:31:10 +0000 Subject: [PATCH] (BROKEN_SA_RESTART): Defined. --- src/s/hpux11.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 98a4775f609..893e0874eaf 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h @@ -6,3 +6,6 @@ #undef POSIX_SIGNALS #endif #define POSIX_SIGNALS 1 + +/* SA_RESTART resets the timeout of `select', so don't use it. */ +#define BROKEN_SA_RESTART -- 2.39.5