1
0
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:
Roland McGrath
2014-07-03 22:19:41 -07:00
committed by Mike Frysinger
parent 8f3c1fa42d
commit 43a94c647d
32 changed files with 82 additions and 17 deletions

View File

@ -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;
}
}