* hurd/Makefile (routines): Add lookup-retry.
authorRoland McGrath <roland@gnu.org>
Sun, 17 Jun 2001 21:09:28 +0000 (21:09 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 17 Jun 2001 21:09:28 +0000 (21:09 +0000)
commit5fe915ee12806a1cb6a5ece20746a4f080de0a65
tree35dcf389db65c96eae7fddeed1d38a70552df573
parent21bc421fb026fe05ecf80882d7698020ad0e336c
* hurd/Makefile (routines): Add lookup-retry.

* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Broken out ...
* hurd/lookup-retry.c: ... into here, new file.
* sysdeps/mach/hurd/dl-sysdep.c (open_file): Call that instead
using of duplicate code here.

* hurd/hurdexec.c (_hurd_exec): Be robust for DTABLESIZE==0.

* posix/regex.c: Avoid an access violation if malloc fails.
ChangeLog
hurd/Makefile
hurd/hurdlookup.c
hurd/lookup-retry.c [new file with mode: 0644]
sysdeps/mach/hurd/dl-sysdep.c