diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-25 20:02:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-25 20:02:56 +0000 |
commit | 07156af2a65c30eb0a5cd7b203a2eca98b2d3489 (patch) | |
tree | 9099db2a723e97e023aa5a3ed9e462ad541e13b2 /argp | |
parent | fb98e2bf7da57952f65ca58ce68b8ec19f0f1a1d (diff) | |
download | glibc-07156af2a65c30eb0a5cd7b203a2eca98b2d3489.tar.gz |
1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
* argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
to recurse into argp.
Diffstat (limited to 'argp')
-rw-r--r-- | argp/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/argp/Versions b/argp/Versions index bf13642066..378320c44d 100644 --- a/argp/Versions +++ b/argp/Versions @@ -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; } } |