diff options
| author | Richard M. Stallman | 2002-07-11 17:31:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-11 17:31:10 +0000 |
| commit | 9ef47683093339c7da16f07033534ece8f1fe4b0 (patch) | |
| tree | 472495227dc832ae9b8d9597f47355e80ddfc1c9 /src | |
| parent | 55fafcf0804ca28f3dfd8014428536c781192254 (diff) | |
| download | emacs-9ef47683093339c7da16f07033534ece8f1fe4b0.tar.gz emacs-9ef47683093339c7da16f07033534ece8f1fe4b0.zip | |
(BROKEN_SA_RESTART): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux11.h | 3 |
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 | ||