mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
IA64: Consolidate nptl/ subdirectories under linux/...
This commit is contained in:
committed by
Mike Frysinger
parent
8f3c1fa42d
commit
43a94c647d
@ -23,3 +23,16 @@ libc {
|
||||
getunwind;
|
||||
}
|
||||
}
|
||||
libpthread {
|
||||
GLIBC_2.3.3 {
|
||||
# Changed PTHREAD_STACK_MIN.
|
||||
pthread_attr_setstack; pthread_attr_setstacksize;
|
||||
}
|
||||
}
|
||||
librt {
|
||||
GLIBC_2.3.3 {
|
||||
# Changed timer_t.
|
||||
timer_create; timer_delete; timer_getoverrun; timer_gettime;
|
||||
timer_settime;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user