Override elf_nacl.xr linker script so that libc_pic.os links correctly
[glibc/nacl-glibc.git] / argp / Versions
blob378320c44dc9f4a19cda692443994629d1d183c9
1 libc {
2   GLIBC_2.1 {
3     # variables in normal name space
4     argp_err_exit_status; argp_program_bug_address; argp_program_version;
5     argp_program_version_hook;
7     # a*
8     argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
9     argp_usage;
11     # kludge for recursive argp callers that know the magic.
12     _argp_unlock_xxx;
13   }