summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:00:49 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-21 23:00:49 +0000
commitd158350cf93415490dbce33273e9e3749889058d (patch)
tree4a638e7948ff9dd19f4558cadb4b4d8e852ccd31 /libc
parent99daa24becf6be64b0cd05694e43d3cfddc59da8 (diff)
enable flockfile and friends if threads are not enabled
Diffstat (limited to 'libc')
-rw-r--r--libc/stdio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile
index a52098c90..b737410d9 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
# Functions with unlocked versions
CUSRC = clearerr.c feof.c ferror.c fflush.c fgetc.c fgets.c fileno.c \