summaryrefslogtreecommitdiff
path: root/gc_dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc_dlopen.c')
-rw-r--r--gc_dlopen.c4
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;