diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f7723cb808..bc5824cd8e 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -179,7 +179,6 @@ libpthread-routines = \ cleanup \ cleanup_defer \ events \ - flockfile \ ftrylockfile \ funlockfile \ libpthread-compat \ @@ -447,7 +446,6 @@ extra-objs += $(crti-objs) $(crtn-objs) extra-objs += pt-crti.o endif -CFLAGS-flockfile.c += $(libio-mtsafe) CFLAGS-ftrylockfile.c += $(libio-mtsafe) CFLAGS-funlockfile.c += $(libio-mtsafe) |