diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2023-07-16 10:44:11 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-24 01:57:14 +0200 |
commit | 0f3a39072b5893bef6d06e15f98e2a06a11df856 (patch) | |
tree | 08a11ef5d405626ffbd5e10557d626b37a4eed20 /sysdeps/mach/hurd/i386 | |
parent | fb2d92a5b31758900cb147ec8c6f656f404205ba (diff) | |
download | glibc-0f3a39072b5893bef6d06e15f98e2a06a11df856.zip glibc-0f3a39072b5893bef6d06e15f98e2a06a11df856.tar.gz glibc-0f3a39072b5893bef6d06e15f98e2a06a11df856.tar.bz2 |
htl: move pthread_attr_getschedpolicy into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-8-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-rw-r--r-- | sysdeps/mach/hurd/i386/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist b/sysdeps/mach/hurd/i386/libpthread.abilist index dae5c43..12ae22b 100644 --- a/sysdeps/mach/hurd/i386/libpthread.abilist +++ b/sysdeps/mach/hurd/i386/libpthread.abilist @@ -25,7 +25,6 @@ GLIBC_2.12 pthread_atfork F GLIBC_2.12 pthread_attr_destroy F GLIBC_2.12 pthread_attr_getdetachstate F GLIBC_2.12 pthread_attr_getguardsize F -GLIBC_2.12 pthread_attr_getschedpolicy F GLIBC_2.12 pthread_attr_getscope F GLIBC_2.12 pthread_attr_getstack F GLIBC_2.12 pthread_attr_getstackaddr F |