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 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!