From 77ccaba1fa58f871e797ced648c2966842e477db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Jul 1998 11:57:59 +0000 Subject: Update. 1998-07-05 11:54 Ulrich Drepper * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc. --- linuxthreads/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/Versions') 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 { -- cgit 1.4.1