diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 14:53:22 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:18 -0300 |
commit | 7ab232e081ffd4175b59d64619a30bf8062df097 (patch) | |
tree | c798d080afb284397b802f0d1e5b6b1ad8c74f22 /nptl | |
parent | 09ce31eddfd87aab73ad7a7e92d3cb27e35199ac (diff) | |
download | glibc-7ab232e081ffd4175b59d64619a30bf8062df097.zip glibc-7ab232e081ffd4175b59d64619a30bf8062df097.tar.gz glibc-7ab232e081ffd4175b59d64619a30bf8062df097.tar.bz2 |
nptl: Remove unused rules
The wrapper are not exported by libpthread.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 3c60789..8fe92d4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -266,11 +266,6 @@ CFLAGS-sem_wait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sem_timedwait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables -# These are the function wrappers we have to duplicate here. -CFLAGS-lockf.c += -fexceptions -CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables - CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables LDLIBS-tst-once5 = -lstdc++ |