OSDN Git Service

sleep: employ __USE_EXTERN_INLINES (with necessary fixes)
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 22 Oct 2010 13:24:13 +0000 (15:24 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 22 Oct 2010 13:24:13 +0000 (15:24 +0200)
commit251a3c19cb4bba47fcd38c697b3d7679b3edb137
treec820adadbd44dfdb4ebcba83f90c5f5bf09b7b3a
parent62fb840ea00d9d10446959d290d93a45065220f4
sleep: employ __USE_EXTERN_INLINES (with necessary fixes)

__USE_EXTERN_INLINES was unused and had bit-rotted, had to fix it
when it didn't work as intended at first.

    text    data     bss     dec     hex filename
-    168       0       0     168      a8 libc/unistd/sleep.o
+    146       0       0     146      92 libc/unistd/sleep.o

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libc/signal/sigsetops.c
libc/sysdeps/linux/common/bits/sigset.h
libc/unistd/sleep.c