aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-11 17:31:10 +0000
committerRichard M. Stallman2002-07-11 17:31:10 +0000
commit9ef47683093339c7da16f07033534ece8f1fe4b0 (patch)
tree472495227dc832ae9b8d9597f47355e80ddfc1c9 /src
parent55fafcf0804ca28f3dfd8014428536c781192254 (diff)
downloademacs-9ef47683093339c7da16f07033534ece8f1fe4b0.tar.gz
emacs-9ef47683093339c7da16f07033534ece8f1fe4b0.zip
(BROKEN_SA_RESTART): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux11.h3
1 files changed, 3 insertions, 0 deletions
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 @@
6#undef POSIX_SIGNALS 6#undef POSIX_SIGNALS
7#endif 7#endif
8#define POSIX_SIGNALS 1 8#define POSIX_SIGNALS 1
9
10/* SA_RESTART resets the timeout of `select', so don't use it. */
11#define BROKEN_SA_RESTART