From d158350cf93415490dbce33273e9e3749889058d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 23:00:49 +0000 Subject: enable flockfile and friends if threads are not enabled --- libc/stdio/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio') 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 \ -- cgit v1.2.3