diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:29:32 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:38 -0300 |
commit | c59f716993bb6011761b25e282094a54ba3c0d49 (patch) | |
tree | 095bff54b9c3b3389e60a97f40c35aad4fd9b541 /sysdeps/unix/sysv/linux/m68k/coldfire | |
parent | bdfed2e2cd166536d03a247925f6df3800ec4acc (diff) | |
download | glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.gz glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.xz glibc-c59f716993bb6011761b25e282094a54ba3c0d49.zip |
nptl: Remove accept from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/coldfire')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist index fb29a18798..5277fb56e1 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -80,7 +80,6 @@ GLIBC_2.4 _pthread_cleanup_pop F GLIBC_2.4 _pthread_cleanup_pop_restore F GLIBC_2.4 _pthread_cleanup_push F GLIBC_2.4 _pthread_cleanup_push_defer F -GLIBC_2.4 accept F GLIBC_2.4 connect F GLIBC_2.4 fcntl F GLIBC_2.4 flockfile F |