OSDN Git Service

enable flockfile and friends if threads are not enabled
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 21 Sep 2005 23:00:49 +0000 (23:00 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 21 Sep 2005 23:00:49 +0000 (23:00 -0000)
libc/stdio/Makefile

index a52098c..b737410 100644 (file)
@@ -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 \