diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux.h | 2 | ||||
| -rw-r--r-- | src/s/sunos4shr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index e146501004c..945835982a8 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -199,7 +199,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 199 | #define srand srand48 | 199 | #define srand srand48 |
| 200 | 200 | ||
| 201 | /* In hpux, the symbol SIGIO is defined, but the feature | 201 | /* In hpux, the symbol SIGIO is defined, but the feature |
| 202 | does not really exist. | 202 | doesn't work in the way Emacs needs it to. |
| 203 | 203 | ||
| 204 | Here we assume that signal.h is included before config.h | 204 | Here we assume that signal.h is included before config.h |
| 205 | so that we can override it here. */ | 205 | so that we can override it here. */ |
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 2b665513b19..c5bcf838e61 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -27,4 +27,4 @@ | |||
| 27 | 27 | ||
| 28 | #define UNEXEC unexsunos4.o | 28 | #define UNEXEC unexsunos4.o |
| 29 | #define RUN_TIME_REMAP | 29 | #define RUN_TIME_REMAP |
| 30 | #define LD_CMD cc | 30 | #define LINKER cc |