summaryrefslogtreecommitdiff
path: root/argp/Versions
blob: 378320c44dc9f4a19cda692443994629d1d183c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libc {
  GLIBC_2.1 {
    # variables in normal name space
    argp_err_exit_status; argp_program_bug_address; argp_program_version;
    argp_program_version_hook;

    # a*
    argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
    argp_usage;

    # kludge for recursive argp callers that know the magic.
    _argp_unlock_xxx;
  }
}