]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 25 Oct 1998 20:02:56 +0000 (20:02 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 25 Oct 1998 20:02:56 +0000 (20:02 +0000)
* argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this
to recurse into argp.

argp/Versions

index bf136420667def6a0e17c5147e268d6336731498..378320c44dc9f4a19cda692443994629d1d183c9 100644 (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;
   }
 }