diff options
Diffstat (limited to 'libc')
-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"); |