glibc/argp/Versions
Roland McGrath 07156af2a6 1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
* argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this 
to recurse into argp.
1998-10-25 20:02:56 +00:00

15 lines
349 B
Plaintext

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;
}
}