summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-29 00:55:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-29 00:55:04 +0000
commit0f9f0d5305631211e03edbff44c6c3b5fc03e41f (patch)
treeac71eb88042745ef7327aae336f2a7978bb4ac4a
parent379712737e3a9a70b9c5db165efbe45446336df9 (diff)
unneeded quotes
-rw-r--r--libc/sysdeps/linux/x86_64/sigaction.c2
1 files changed, 1 insertions, 1 deletions
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");