diff options
Diffstat (limited to 'patches/gcc/4.1.2/301-missing-execinfo_h.patch')
-rw-r--r-- | patches/gcc/4.1.2/301-missing-execinfo_h.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/gcc/4.1.2/301-missing-execinfo_h.patch b/patches/gcc/4.1.2/301-missing-execinfo_h.patch index 0e2092f3..a1bfddb2 100644 --- a/patches/gcc/4.1.2/301-missing-execinfo_h.patch +++ b/patches/gcc/4.1.2/301-missing-execinfo_h.patch @@ -1,5 +1,5 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +--- gcc-4.1.2.orig/boehm-gc/include/gc.h 2005-01-02 04:35:57.000000000 +0100 ++++ gcc-4.1.2/boehm-gc/include/gc.h 2007-03-04 23:33:07.000000000 +0100 @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> |