mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
* argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this to recurse into argp.
This commit is contained in:
parent
fb98e2bf7d
commit
07156af2a6
@ -7,5 +7,8 @@ libc {
|
||||
# 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user