Browse Source

Merge from NPTL.

"Steven J. Hill" 18 years ago
parent
commit
4e54a567f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libc/unistd/Makefile.in

+ 4 - 0
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