1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
This commit is contained in:
Jakub Jelinek
2007-07-12 18:26:36 +00:00
parent 7d58530341
commit 0ecb606cb6
6215 changed files with 494638 additions and 305010 deletions

View File

@ -36,6 +36,14 @@
# define add_system_dir(dir) add_dir (dir)
#endif
#ifndef arch_startup
# define arch_startup(argc, argv) do { } while (0)
#endif
#ifndef add_arch_dirs
# define add_arch_dirs(config_file) do { } while (0)
#endif
#define CACHEMAGIC "ld.so-1.7.0"
/* libc5 and glibc 2.0/2.1 use the same format. For glibc 2.2 another