diff options
| author | Richard M. Stallman | 1994-04-09 21:42:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-09 21:42:58 +0000 |
| commit | 1eb52acd11d7bf54adc472a07e64cbac9d11b3a5 (patch) | |
| tree | 10650eb09f432b65d87190502f5708ced3fe2a80 /src | |
| parent | e5f1d6a0cc9e583f869152dbb660f28d3c1220f3 (diff) | |
| download | emacs-1eb52acd11d7bf54adc472a07e64cbac9d11b3a5.tar.gz emacs-1eb52acd11d7bf54adc472a07e64cbac9d11b3a5.zip | |
Initial revision
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc4-0.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h new file mode 100644 index 00000000000..dd8816ba313 --- /dev/null +++ b/src/s/isc4-0.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | /* This is needed for ISC 4.0, but won't be needed for 4.1. */ | ||
| 2 | |||
| 3 | #include "isc3-0.h" | ||
| 4 | |||
| 5 | /* This works around a bug in ISC 4.0; it fails | ||
| 6 | to clear the "POSIX process" flag on an exec. */ | ||
| 7 | #define EXTRA_INITIALIZE __setostype (0) | ||
| 8 | |||