From 07156af2a65c30eb0a5cd7b203a2eca98b2d3489 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 25 Oct 1998 20:02:56 +0000 Subject: 1998-10-25 Roland McGrath * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this to recurse into argp. --- argp/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'argp/Versions') 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; } } -- cgit 1.4.1