summaryrefslogtreecommitdiff
path: root/mach
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 /mach
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 'mach')
-rw-r--r--mach/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile
index 0ef6e1696d..dcf29a32b8 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -21,7 +21,7 @@ include ../Makeconfig
headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
$(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
- $(lock-headers) machine-sp.h
+ $(lock-headers) machine-sp.h mach/param.h
lock = spin-solid spin-lock mutex-init mutex-solid
lock-headers = lock-intern.h machine-lock.h spin-lock.h
routines = $(mach-syscalls) $(mach-shortcuts) \