diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 11:57:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 11:57:59 +0000 |
commit | 77ccaba1fa58f871e797ced648c2966842e477db (patch) | |
tree | fec432e9338d6956a0a9b6e5a03d330ff580bb06 /linuxthreads/Versions | |
parent | eb27c43f02ec7890c19f424de458df903745db5d (diff) | |
download | glibc-77ccaba1fa58f871e797ced648c2966842e477db.tar glibc-77ccaba1fa58f871e797ced648c2966842e477db.tar.gz glibc-77ccaba1fa58f871e797ced648c2966842e477db.tar.bz2 glibc-77ccaba1fa58f871e797ced648c2966842e477db.zip |
Update.
1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com>
* Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |