diff options
| author | Richard M. Stallman | 1995-08-19 18:24:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-19 18:24:48 +0000 |
| commit | 648c0abd514cd2b4b3208f36ec7d246c50d361e8 (patch) | |
| tree | 0addf3723a2aea4b0c0a671756d73224c17fab80 /src/s | |
| parent | 182891ef3dc1ae345ad73cad80abbbd6e7098f4b (diff) | |
| download | emacs-648c0abd514cd2b4b3208f36ec7d246c50d361e8.tar.gz emacs-648c0abd514cd2b4b3208f36ec7d246c50d361e8.zip | |
Initial revision
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/riscos5.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/s/riscos5.h b/src/s/riscos5.h new file mode 100644 index 00000000000..c4b1919bf06 --- /dev/null +++ b/src/s/riscos5.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #include "bsd4-3.h" | ||
| 2 | |||
| 3 | /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de> | ||
| 4 | says are necessary. */ | ||
| 5 | |||
| 6 | /* No declaration in system header files. */ | ||
| 7 | extern double atof (); | ||
| 8 | |||
| 9 | #define LD_SWITCH_SYSTEM -non_shared | ||
| 10 | |||
| 11 | #define GETPGRP_NO_ARG | ||