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:
Roland McGrath 1998-10-25 20:02:56 +00:00
parent fb98e2bf7d
commit 07156af2a6

View file

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