]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_SA_RESTART): Defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Jul 2002 17:31:10 +0000 (17:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Jul 2002 17:31:10 +0000 (17:31 +0000)
src/s/hpux11.h

index 98a4775f609ec3db6f587bc3042b83c1cc5d32b2..893e0874eafe9142a1ac38450bc516e450239947 100644 (file)
@@ -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