diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-02-22 18:30:52 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-02-22 18:30:52 +0100 |
commit | 541e53c9ddd9ef543cc45b66c7597e63fa665414 (patch) | |
tree | 40955e1e70744d89b559dc48682ef7c5176a0ac6 /sysdeps/nptl/Makefile | |
parent | f720ce680eb970be2166e4809963d4cd30de182a (diff) | |
download | glibc-541e53c9ddd9ef543cc45b66c7597e63fa665414.tar.gz glibc-541e53c9ddd9ef543cc45b66c7597e63fa665414.tar.xz glibc-541e53c9ddd9ef543cc45b66c7597e63fa665414.zip |
nptl: Move futex-internal.c into main nptl directory
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/nptl/Makefile')
-rw-r--r-- | sysdeps/nptl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/nptl/Makefile b/sysdeps/nptl/Makefile index bdba75d85f..adcced422b 100644 --- a/sysdeps/nptl/Makefile +++ b/sysdeps/nptl/Makefile @@ -17,8 +17,7 @@ # <https://www.gnu.org/licenses/>. ifeq ($(subdir),nptl) -libpthread-sysdep_routines += errno-loc futex-internal -CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables +libpthread-sysdep_routines += errno-loc endif ifeq ($(subdir),rt) |