OSDN Git Service

enable the common code for NPTL
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 21 Apr 2011 23:08:06 +0000 (01:08 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:41 +0000 (14:00 +0200)
commit814b0901f460a246315bfa7933a661f415bdc7fa
treea8befcd87b55a87c202f2fefdd5f7f71fdbd836e
parent9ac34e396b42cb58634f22ba190a72c736a33b95
enable the common code for NPTL

the generic open, close, waitpid, read, write are good for NPTL too
no good reason to have the same sleep in both libc and libpthread (NPTL)
no good reason to add sigwaitinfo, sigtimedwait and sigwait to libpthread (NPTL)

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in
libc/unistd/Makefile.in
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch