summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/bits
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-02-17 22:57:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-02-17 22:57:26 +0100
commit13768813bcec803e4d269dc597411804bb4c37b1 (patch)
tree003f805604c46816b9e5043c7fff982e94670728 /sysdeps/mach/hurd/bits
parent6aca1b6102733ba1d7f2be4088e33ce6966385d1 (diff)
hurd: Define EXEC_PAGESIZE
* mach/Makefile (headers): Add mach/param.h. * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>. * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
Diffstat (limited to 'sysdeps/mach/hurd/bits')
-rw-r--r--sysdeps/mach/hurd/bits/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/param.h b/sysdeps/mach/hurd/bits/param.h
index 736fac1716..7d535712a4 100644
--- a/sysdeps/mach/hurd/bits/param.h
+++ b/sysdeps/mach/hurd/bits/param.h
@@ -20,6 +20,8 @@
# error "Never use <bits/param.h> directly; include <sys/param.h> instead."
#endif
+#include <mach/param.h>
+
/* This file is deprecated and is provided only for compatibility with
Unix systems. It is unwise to include this file on programs which
are intended only for GNU systems.