summaryrefslogtreecommitdiff
path: root/argp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-25 20:02:56 +0000
committerRoland McGrath <roland@gnu.org>1998-10-25 20:02:56 +0000
commit07156af2a65c30eb0a5cd7b203a2eca98b2d3489 (patch)
tree9099db2a723e97e023aa5a3ed9e462ad541e13b2 /argp
parentfb98e2bf7da57952f65ca58ce68b8ec19f0f1a1d (diff)
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/Versions3
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;
}
}