From 0f9f0d5305631211e03edbff44c6c3b5fc03e41f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2005 00:55:04 +0000 Subject: unneeded quotes --- libc/sysdeps/linux/x86_64/sigaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/x86_64/sigaction.c b/libc/sysdeps/linux/x86_64/sigaction.c index 217fd2ae1..75eb46784 100644 --- a/libc/sysdeps/linux/x86_64/sigaction.c +++ b/libc/sysdeps/linux/x86_64/sigaction.c @@ -27,7 +27,7 @@ #if defined __NR_rt_sigaction -#warning "Yes there are two warnings here. Don't worry about it." +#warning Yes there are two warnings here. Don't worry about it. static void restore_rt (void) asm ("__restore_rt"); static void restore (void) asm ("__restore"); -- cgit v1.2.3