From 43a94c647d037b62b55a67f53304a2d3f9d7f66c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 3 Jul 2014 22:19:41 -0700 Subject: IA64: Consolidate nptl/ subdirectories under linux/... --- sysdeps/unix/sysv/linux/ia64/Versions | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sysdeps/unix/sysv/linux/ia64/Versions') diff --git a/sysdeps/unix/sysv/linux/ia64/Versions b/sysdeps/unix/sysv/linux/ia64/Versions index 13d710a..b38d6ef 100644 --- a/sysdeps/unix/sysv/linux/ia64/Versions +++ b/sysdeps/unix/sysv/linux/ia64/Versions @@ -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; + } +} -- cgit v1.1