]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add pthread_attr_init to GLIBC_2.1.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Mar 1998 16:53:01 +0000 (16:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Mar 1998 16:53:01 +0000 (16:53 +0000)
libc.map

index dc7037b35858c4ee890b4eb84e3d6b4fad8cc2cb..06e301598388de714cc24639027163197c21065f 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!