diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-18 19:52:39 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-18 20:38:26 +0100 |
commit | aa2189295e4e531d05733d60bfd697c7a962b100 (patch) | |
tree | 0fc848c590995609ae9ebe02b8dc1178a73ba65a /ChangeLog | |
parent | 72103e73c9a76784b9e8b27a7d5b802178d6755b (diff) | |
download | glibc-aa2189295e4e531d05733d60bfd697c7a962b100.tar glibc-aa2189295e4e531d05733d60bfd697c7a962b100.tar.gz glibc-aa2189295e4e531d05733d60bfd697c7a962b100.tar.bz2 glibc-aa2189295e4e531d05733d60bfd697c7a962b100.zip |
hurd: Fix boot with statically-linked exec server
* sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
oneself when the pointer given in D is nul (as set by ext2fs).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ path when flags contains O_NOFOLLOW. * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ENOTDIR if flags contains O_DIRECTORY and the result is a directory. + * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by + oneself when the pointer given in D is nul (as set by ext2fs). 2018-03-17 Samuel Thibault <samuel.thibault@ens-lyon.org> |