From 4e54a567f25804389425198cafc9eaaa1ea4e267 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 10 Dec 2005 13:38:34 +0000 Subject: Merge from NPTL. --- libc/unistd/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/unistd') diff --git a/libc/unistd/Makefile.in b/libc/unistd/Makefile.in index 1bc052749..84b83b854 100644 --- a/libc/unistd/Makefile.in +++ b/libc/unistd/Makefile.in @@ -22,6 +22,10 @@ else CSRC+=getopt-susv3.c endif +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) +CSRC:=$(filter-out sleep.c,$(CSRC)) +endif + UNISTD_DIR:=$(top_srcdir)libc/unistd UNISTD_OUT:=$(top_builddir)libc/unistd -- cgit v1.2.3