about summary refs log tree commit diff
path: root/mach/Machrules
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 21:40:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 21:40:08 +0100
commit7dab2d00ee6098e6a771a3a566c71a614ef18bb2 (patch)
tree7e773f15039c5564c732e47f65af02a12d55f4c0 /mach/Machrules
parent903d3633ec9e9ffe699611351200bebaf2152bd8 (diff)
downloadglibc-7dab2d00ee6098e6a771a3a566c71a614ef18bb2.tar.gz
glibc-7dab2d00ee6098e6a771a3a566c71a614ef18bb2.tar.xz
glibc-7dab2d00ee6098e6a771a3a566c71a614ef18bb2.zip
hurd: drop elder MACH_IPC_COMPAT handling
This was dropped from GNU Mach in 2006.

	* mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0.
	* mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT.
	* sysdeps/mach/hurd/fork.c (__fork): Drop special casing
	MACH_IPC_COMPAT.
Diffstat (limited to 'mach/Machrules')
-rw-r--r--mach/Machrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules
index 49e6399b7c..4f9ec421ec 100644
--- a/mach/Machrules
+++ b/mach/Machrules
@@ -51,7 +51,7 @@ $(objpfx)dummy.mk:
 	$(make-target-directory)
 	echo '# Empty' > $@
 
-MIGFLAGS = -DMACH_IPC_COMPAT=0 -DSTANDALONE -DTypeCheck=0 \
+MIGFLAGS = -DSTANDALONE -DTypeCheck=0 \
 	   $(+includes) $(migdefines) -subrprefix __
 # Putting CC in the enivronment makes the mig wrapper script
 # use the same compiler setup we are using to run cpp.