diff options
Diffstat (limited to 'java/cacao/files/patch-boehm-gc-dyn_load.c')
-rw-r--r-- | java/cacao/files/patch-boehm-gc-dyn_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cacao/files/patch-boehm-gc-dyn_load.c b/java/cacao/files/patch-boehm-gc-dyn_load.c index 963504ca9809..f9d834e8f59e 100644 --- a/java/cacao/files/patch-boehm-gc-dyn_load.c +++ b/java/cacao/files/patch-boehm-gc-dyn_load.c @@ -1,5 +1,5 @@ --- src/boehm-gc/dyn_load.c.orig Thu May 6 08:03:06 2004 -+++ src/boehm-gc/dyn_load.c Sun Oct 31 01:53:01 2004 ++++ src/mm/boehm-gc/dyn_load.c Sun Oct 31 01:53:01 2004 @@ -97,6 +97,12 @@ # else # define ElfW(type) Elf64_##type |