about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dl-sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/dl-sysdep.c')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index a5169d85e7..a72db3415d 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -71,7 +71,7 @@ struct hurd_startup_data *_dl_hurd_data;
 # define fmh()		((void)0)
 # define unfmh()	((void)0)
 #else
-/* XXX loser kludge for vm_map kernel bug */
+/* XXX loser kludge for vm_map kernel bug, fixed by gnumach's 0650a4ee30e3 */
 #undef	ELF_MACHINE_USER_ADDRESS_MASK
 #define ELF_MACHINE_USER_ADDRESS_MASK	0
 static vm_address_t fmha;