From 52302bc298c99dc0d2ca3d1b07b4349129babae3 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 15 May 2020 11:09:05 +0200 Subject: nptl: Move pthread_getaffinity_np into libc This is part of the libpthread removal project: The abilist updates were performed by: git ls-files 'sysdeps/unix/sysv/linux/**/libc.abilist' \ | while read x ; do echo "GLIBC_2.32 pthread_getaffinity_np F" >> $x done python3 scripts/move-symbol-to-libc.py pthread_getaffinity_np Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- nptl/pthreadP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/pthreadP.h') diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 42730a46df..ac0135422b 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -520,6 +520,7 @@ extern int __pthread_cond_wait_2_0 (pthread_cond_2_0_t *cond, extern int __pthread_getaffinity_np (pthread_t th, size_t cpusetsize, cpu_set_t *cpuset); +libc_hidden_proto (__pthread_getaffinity_np) #if IS_IN (libpthread) /* Special versions which use non-exported functions. */ -- cgit 1.4.1