[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/x86_64

vapier at uclibc.org vapier at uclibc.org
Wed Jun 29 00:55:04 UTC 2005


Author: vapier
Date: 2005-06-28 18:55:04 -0600 (Tue, 28 Jun 2005)
New Revision: 10618

Log:
unneeded quotes

Modified:
   trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c	2005-06-29 00:54:38 UTC (rev 10617)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c	2005-06-29 00:55:04 UTC (rev 10618)
@@ -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");
 




More information about the uClibc-cvs mailing list