summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-10 13:38:34 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-10 13:38:34 +0000
commit4e54a567f25804389425198cafc9eaaa1ea4e267 (patch)
treecdad43d2546169afe2ddb286ad464b27cb9dfefe /libc/unistd
parent34130f5af59134587f343efff82b21c863a85bbd (diff)
Merge from NPTL.
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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