* locale/setlocale.c (_nl_C_name): Variable removed.cvs/libc-960505cvs/libc-960506
commitdb2286f6d9f8d7715a1f60437a343ffd505f8af4
authorRoland McGrath <roland@gnu.org>
Sat, 4 May 1996 13:57:05 +0000 (4 13:57 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 4 May 1996 13:57:05 +0000 (4 13:57 +0000)
treedbaed11784a6a416b989e6bde1d0b6ce0708f391
parent8f0c527e13b836a44fedbf6abc84e1901e2cc10d
* locale/setlocale.c (_nl_C_name): Variable removed.

* locale/C_name.c: New file.
(_nl_C_name): Put it here instead.
* locale/Makefile (aux): Add C_name.

* sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in
auth_user_authenticate rpc.
(open): Avoid using strtol in digit conversion for "fd/N" magic.
(_dl_sysdep_start): Likewise for memobj name in magic switches.

* elf/Makefile (reloc-link): New variable.
(dl-allobjs.so): New target, link together $(rtld-routines).
(librtld.so): Depend on that instead of the rtld components.
(generated): Add dl-allobjs.so.
ChangeLog
elf/Makefile
locale/C_name.c [new file with mode: 0644]
locale/Makefile
locale/setlocale.c
sysdeps/mach/hurd/dl-sysdep.c