about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
-rw-r--r--linuxthreads/Versions3
2 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 9619ae48f0..d0181c840a 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+1998-07-05 11:54  Ulrich Drepper  <drepper@cygnus.com>
+
+	* Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc.
+
 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
 	* attr.c: Include <string.h>.
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 4c36f2c393..2df1490804 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -14,6 +14,9 @@ libc {
     pthread_self; pthread_setcancelstate; pthread_setcanceltype;
     pthread_setschedparam;
   }
+  GLIBC_2.1 {
+    pthread_attr_init;
+  }
 }
 
 libpthread {