From 61dd6208fb1e59a423b6dfa712a3c896c34b2590 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 15 Jun 2013 12:24:15 +0530 Subject: New API to set default thread attributes This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. --- sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64') diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist index b7749e2840..a84c113594 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist @@ -8,6 +8,10 @@ GLIBC_2.12 pthread_mutexattr_getrobust F pthread_mutexattr_setrobust F pthread_setname_np F +GLIBC_2.18 + GLIBC_2.18 A + pthread_getattr_default_np F + pthread_setattr_default_np F GLIBC_2.2 GLIBC_2.2 A _IO_flockfile F -- cgit 1.4.1