From: Roland McGrath Date: Sun, 25 Oct 1998 20:02:56 +0000 (+0000) Subject: 1998-10-25 Roland McGrath X-Git-Tag: cvs/glibc-2_0_100~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07156af2a65c30eb0a5cd7b203a2eca98b2d3489;p=thirdparty%2Fglibc.git 1998-10-25 Roland McGrath * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this to recurse into argp. --- diff --git a/argp/Versions b/argp/Versions index bf136420667..378320c44dc 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; } }