]> git.ipfire.org Git - thirdparty/glibc.git/blame - argp/Versions
Update.
[thirdparty/glibc.git] / argp / Versions
CommitLineData
b0b67c47
UD
1libc {
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;
6
7 # a*
8 argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
9 argp_usage;
07156af2
RM
10
11 # kludge for recursive argp callers that know the magic.
12 _argp_unlock_xxx;
b0b67c47
UD
13 }
14}