projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0068908
)
1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
author
roland
<roland>
Sun, 25 Oct 1998 20:02:56 +0000
(20:02 +0000)
committer
roland
<roland>
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
patch
|
blob
|
history
diff --git
a/argp/Versions
b/argp/Versions
index
bf13642
..
378320c
100644
(file)
--- 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;
}
}