diff options
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index b0c6afc..aba26d4 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -42,7 +42,7 @@ solib_add PARAMS ((char *, int, struct target_ops *)); which they are linked, and sufficient information to read in their symbols at a later time. */ -#define SOLIB_CREATE_INFERIOR_HOOK solib_create_inferior_hook +#define SOLIB_CREATE_INFERIOR_HOOK(PID) solib_create_inferior_hook() extern void solib_create_inferior_hook PARAMS((void)); /* solib.c */ |