diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-01 21:14:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-01 21:14:48 -0700 |
commit | 13294f95172c68a5e77143f917231e0f17f37537 (patch) | |
tree | 64d703087135fe71be44b267ca9d105ede888cc9 /admin | |
parent | 90df0db330dc6d168bf8cdb950a066a2916857ad (diff) | |
download | emacs-13294f95172c68a5e77143f917231e0f17f37537.tar.gz |
Port to Solaris 8.
Without this change, 'configure' fails because the recently-added
wait3 prototype in config.h messes up later 'configure' tests.
Fix this problem by droping wait3 and WRETCODE, as they're
no longer needed on hosts that are current porting targets.
* configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
All uses changed to waitpid and WEXITSTATUS.
* src/syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/CPP-DEFINES | 1 | ||||
-rw-r--r-- | admin/ChangeLog | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 47963edecab..f020a7d3a3f 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -227,7 +227,6 @@ USG USG5 USG_SUBTTY_WORKS VALBITS -WRETCODE XOS_NEEDS_TIME_H _AIX _ARCH_PPC64 diff --git a/admin/ChangeLog b/admin/ChangeLog index 54ac7b4edd7..bc1b4247d3f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2012-08-02 Paul Eggert <eggert@cs.ucla.edu> + + Port to Solaris 8. + * CPP-DEFINES (WRETCODE): Remove. + 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru> * coccinelle/overlay.cocci: Semantic patch to replace direct |