diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 08:48:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 08:48:31 +0200 |
commit | dda373b00e812d14ac7e228d117f9047ceee38c9 (patch) | |
tree | 47fad5ff68bac62a5f761443adffea439fdea7ae /sysdeps/unix/sysv/linux/csky | |
parent | c54d86490300c29e00c20c8123388bd47f6fec76 (diff) | |
download | glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.tar.gz glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.tar.xz glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.zip |
nptl: Move pthread_equal implementation into libc
Diffstat (limited to 'sysdeps/unix/sysv/linux/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 52373fc287..d95aa8cc9d 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -122,7 +122,6 @@ GLIBC_2.29 pthread_condattr_setclock F GLIBC_2.29 pthread_condattr_setpshared F GLIBC_2.29 pthread_create F GLIBC_2.29 pthread_detach F -GLIBC_2.29 pthread_equal F GLIBC_2.29 pthread_exit F GLIBC_2.29 pthread_getaffinity_np F GLIBC_2.29 pthread_getattr_default_np F |