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 bf13642..378320c 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;
   }
 }