diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 20:29:57 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 0c9d4925fe3fbd3624a38434ffb08afe43d8aa85 (patch) | |
tree | 987d00cd690963f53c7371d30202a1fdabbfbed9 /sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist | |
parent | fc495dc4e98eb3b96b980293b609e5786d30fc21 (diff) | |
download | glibc-0c9d4925fe3fbd3624a38434ffb08afe43d8aa85.tar glibc-0c9d4925fe3fbd3624a38434ffb08afe43d8aa85.tar.gz glibc-0c9d4925fe3fbd3624a38434ffb08afe43d8aa85.tar.bz2 glibc-0c9d4925fe3fbd3624a38434ffb08afe43d8aa85.zip |
nptl: Remove msync 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/mips/mips32/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist index 7b18697309..a6d364c758 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist @@ -30,7 +30,6 @@ GLIBC_2.0 ftrylockfile F GLIBC_2.0 funlockfile F GLIBC_2.0 longjmp F GLIBC_2.0 lseek F -GLIBC_2.0 msync F GLIBC_2.0 open F GLIBC_2.0 pause F GLIBC_2.0 pthread_atfork F |