aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-13 16:53:01 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-13 16:53:01 +0000
commita7b591dc310c675cb325db9850f10c2e2fe1aba7 (patch)
tree5b991c8fb0b739d579ed4cf2256ae27a16f00151
parent41bc874bc5d106ea329bdc0e7c8e55da6b2dea1c (diff)
downloadglibc-a7b591dc310c675cb325db9850f10c2e2fe1aba7.zip
glibc-a7b591dc310c675cb325db9850f10c2e2fe1aba7.tar.gz
glibc-a7b591dc310c675cb325db9850f10c2e2fe1aba7.tar.bz2
Add pthread_attr_init to GLIBC_2.1.
-rw-r--r--libc.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc.map b/libc.map
index dc7037b..06e3015 100644
--- 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!