]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- gcc (3.3.6) doesn't allow ' in warning #without quotes
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2005 09:22:04 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-x86_64.patch -> 1.1

uClibc-x86_64.patch [new file with mode: 0644]

diff --git a/uClibc-x86_64.patch b/uClibc-x86_64.patch
new file mode 100644 (file)
index 0000000..b170087
--- /dev/null
@@ -0,0 +1,11 @@
+--- uClibc-0.9.28/libc/sysdeps/linux/x86_64/sigaction.c.orig   2005-08-28 10:59:32.000000000 +0200
++++ uClibc-0.9.28/libc/sysdeps/linux/x86_64/sigaction.c        2005-08-28 10:58:49.000000000 +0200
+@@ -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");
This page took 0.126579 seconds and 4 git commands to generate.