Explorar o código

Merge from NPTL.

"Steven J. Hill" %!s(int64=18) %!d(string=hai) anos
pai
achega
4e54a567f2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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