aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r--src/s/gnu.h4
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/>. */
64#undef REL_ALLOC 64#undef REL_ALLOC
65#endif 65#endif
66 66
67#define HAVE_WAIT_HEADER
68#define WAIT_USE_INT
69#define HAVE_UNION_WAIT
70
71/* GNU needs its own crt0, and libc defines data_start. */ 67/* GNU needs its own crt0, and libc defines data_start. */
72#define ORDINARY_LINK 68#define ORDINARY_LINK
73#define DATA_START ({ extern int data_start; (char *) &data_start; }) 69#define DATA_START ({ extern int data_start; (char *) &data_start; })