diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 00:55:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 00:55:04 +0000 |
commit | 0f9f0d5305631211e03edbff44c6c3b5fc03e41f (patch) | |
tree | ac71eb88042745ef7327aae336f2a7978bb4ac4a /libc/sysdeps/linux/x86_64/sigaction.c | |
parent | 379712737e3a9a70b9c5db165efbe45446336df9 (diff) |
unneeded quotes
Diffstat (limited to 'libc/sysdeps/linux/x86_64/sigaction.c')
-rw-r--r-- | libc/sysdeps/linux/x86_64/sigaction.c | 2 |
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"); |