summaryrefslogtreecommitdiffstats
path: root/libc/stdio/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-24 16:15:28 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-24 16:15:28 +0000
commitdd4c03d796f73e008d93ade62655deb70aaaf34a (patch)
tree381f07ac566718afc00cde9a5470ad8bf16625e4 /libc/stdio/Makefile
parent0f82408c13d9e8be9dd022b0c21411fe86693f67 (diff)
downloaduClibc-alpine-dd4c03d796f73e008d93ade62655deb70aaaf34a.tar.bz2
uClibc-alpine-dd4c03d796f73e008d93ade62655deb70aaaf34a.tar.xz
Big sync with trunk.
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r--libc/stdio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile
index 684380ef0..6e1a95f2f 100644
--- a/libc/stdio/Makefile
+++ b/libc/stdio/Makefile
@@ -58,9 +58,7 @@ CSRC += fopencookie.c fmemopen.c open_memstream.c
endif
# pthread functions
-ifeq ($(strip $(UCLIBC_HAS_THREADS)),y)
CSRC += flockfile.c ftrylockfile.c funlockfile.c
-endif
ifeq ($(strip $(PTHREADS_NATIVE)),y)
CSRC += fatal.c
endif