summaryrefslogtreecommitdiff
path: root/argp/Versions
blob: bf136420667def6a0e17c5147e268d6336731498 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
  }
}