OSDN Git Service

sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is defined
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 16 Apr 2011 10:42:50 +0000 (12:42 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:39 +0000 (14:00 +0200)
commit29f2e0cd6d48770e516f0e7fed333643360defd9
tree4f4cff8f14ad5422e987447ae619ca342cf15e15
parentc292baef29b746ba55418757c5efd0d8b78be59a
sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is defined

Rework a bit for less code.
always_inline syscall used only once, do not inline syscall used twice.

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/sigsuspend.c