diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 20:09:54 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 20:09:54 +0400 |
commit | e35a4171fe47dfbf847e08988ea6cec4dfc8d124 (patch) | |
tree | 25f3501669fbf24a4b370c4f8b0c0701b1da4062 /gc_dlopen.c | |
parent | ffa0c9ea38b3dd87e91b5ed2118c74002fed6782 (diff) | |
download | bdwgc-e35a4171fe47dfbf847e08988ea6cec4dfc8d124.tar.gz |
gc7.0alpha1 tarball importgc7_0alpha1
Diffstat (limited to 'gc_dlopen.c')
-rw-r--r-- | gc_dlopen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gc_dlopen.c b/gc_dlopen.c index 4c690edc..79aaeb40 100644 --- a/gc_dlopen.c +++ b/gc_dlopen.c @@ -65,9 +65,7 @@ #ifdef GC_USE_LD_WRAP void * __wrap_dlopen(const char *path, int mode) #else - void * GC_dlopen(path, mode) - GC_CONST char * path; - int mode; + void * GC_dlopen(const char *path, int mode) #endif { void * result; |