diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-02-17 22:57:26 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-02-17 22:57:26 +0100 |
commit | 13768813bcec803e4d269dc597411804bb4c37b1 (patch) | |
tree | 003f805604c46816b9e5043c7fff982e94670728 /mach/Makefile | |
parent | 6aca1b6102733ba1d7f2be4088e33ce6966385d1 (diff) | |
download | glibc-13768813bcec803e4d269dc597411804bb4c37b1.tar.gz glibc-13768813bcec803e4d269dc597411804bb4c37b1.tar.xz glibc-13768813bcec803e4d269dc597411804bb4c37b1.zip |
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/Makefile')
-rw-r--r-- | mach/Makefile | 2 |
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) \ |