projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41bc874
)
Add pthread_attr_init to GLIBC_2.1.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 13 Mar 1998 16:53:01 +0000
(16:53 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 13 Mar 1998 16:53:01 +0000
(16:53 +0000)
libc.map
patch
|
blob
|
history
diff --git
a/libc.map
b/libc.map
index
dc7037b
..
06e3015
100644
(file)
--- a/
libc.map
+++ b/
libc.map
@@
-460,6
+460,9
@@
GLIBC_2.1 {
# chown interface change.
chown;
+ # Change in pthread_attr_t.
+ pthread_attr_init;
+
# functions in normal name space
# Please keep them sorted by name!