diff options
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r-- | src/s/gnu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index b5a839ec98a..857bf70a9cc 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -64,10 +64,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #undef REL_ALLOC #endif -#define HAVE_WAIT_HEADER -#define WAIT_USE_INT -#define HAVE_UNION_WAIT - /* GNU needs its own crt0, and libc defines data_start. */ #define ORDINARY_LINK #define DATA_START ({ extern int data_start; (char *) &data_start; }) |