mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com> * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc.
This commit is contained in:
@ -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>.
|
||||
|
@ -14,6 +14,9 @@ libc {
|
||||
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
|
||||
pthread_setschedparam;
|
||||
}
|
||||
GLIBC_2.1 {
|
||||
pthread_attr_init;
|
||||
}
|
||||
}
|
||||
|
||||
libpthread {
|
||||
|
Reference in New Issue
Block a user