]> git.pld-linux.org Git - packages/glibc.git/blame - ldconfig-glibc.patch
- Added glibc-valist.patch this is an axp bugfix.
[packages/glibc.git] / ldconfig-glibc.patch
CommitLineData
10ea17eb 1diff -Nur ldconfig-980708/ldconfig.c ldconfig-980708.orig/ldconfig.c
2--- ldconfig-980708/ldconfig.c Wed Jul 8 19:55:57 1998
3+++ ldconfig-980708.orig/ldconfig.c Tue Oct 6 08:07:23 1998
4@@ -33,7 +33,11 @@
5 #include <getopt.h>
6 #include <dirent.h>
7 #include <unistd.h>
8+#if ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
9+#include <linux/a.out.h>
10+#else
11 #include <a.out.h>
12+#endif /* glibc-2.1 */
13 #ifdef _LIBC
14 #include <link.h>
15 #else
This page took 0.026998 seconds and 4 git commands to generate.