mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
db2286f6d9
* 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.
8 lines
226 B
C
8 lines
226 B
C
/* Define a constant for the name of the standard C locale, so the string
|
|
constant is not repeated in dozens of object files. */
|
|
|
|
#include "localeinfo.h"
|
|
|
|
/* Name of our standard locale. */
|
|
const char _nl_C_name[] = "C";
|