From 93f8a2e834eed69aff7ef3be8c2baba14bab0658 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 23:07:26 +0200 Subject: convert // comments to /**/; remove empty #if/#endif pairs. no code changes Signed-off-by: Denys Vlasenko --- libc/unistd/sleep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/unistd/sleep.c') diff --git a/libc/unistd/sleep.c b/libc/unistd/sleep.c index de4c14a24..0c0416e6d 100644 --- a/libc/unistd/sleep.c +++ b/libc/unistd/sleep.c @@ -27,9 +27,6 @@ /* version perusing nanosleep */ #if defined __UCLIBC_HAS_REALTIME__ -//libc_hidden_proto(__sigaddset) -//libc_hidden_proto(__sigemptyset) -//libc_hidden_proto(__sigismember) #if 0 /* This is a quick and dirty, but not 100% compliant with -- cgit v1.2.3