Browse Source

1998-10-25 Roland McGrath <roland@baalperazim.frob.com>

* argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this 
to recurse into argp.
cvs/glibc-2-1-branch
Roland McGrath 28 years ago
parent
commit
07156af2a6
  1. 3
      argp/Versions

3
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;
}
}

Loading…
Cancel
Save