]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- Bugfix for axp.
authordobrek <dobrek@pld-linux.org>
Mon, 9 Jul 2001 14:13:20 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-vaargs.patch -> 1.1

glibc-vaargs.patch [new file with mode: 0644]

diff --git a/glibc-vaargs.patch b/glibc-vaargs.patch
new file mode 100644 (file)
index 0000000..2807ba6
--- /dev/null
@@ -0,0 +1,11 @@
+--- libc/libio/stdio.h.jj      Mon Jul  9 14:28:37 2001
++++ libc/libio/stdio.h Mon Jul  9 14:32:43 2001
+@@ -65,7 +65,7 @@ typedef struct _IO_FILE __FILE;
+ #include <libio.h>
+ #ifdef __USE_XOPEN
+-# ifdef __GNUC__
++# if defined(__GNUC__) && (__GNUC_PREREQ (2,96) || ! defined (__alpha__))
+ #  ifndef _VA_LIST_DEFINED
+ typedef _G_va_list va_list;
+ #   define _VA_LIST_DEFINED
This page took 0.037824 seconds and 4 git commands to generate.