diff options
Diffstat (limited to 'gdb/gmalloc.h')
-rwxr-xr-x | gdb/gmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gmalloc.h b/gdb/gmalloc.h index 93fef5e..b52db6d 100755 --- a/gdb/gmalloc.h +++ b/gdb/gmalloc.h @@ -143,7 +143,7 @@ extern PTR EXFUN((*__malloc_hook), (size_t __size)); extern PTR EXFUN((*__realloc_hook), (PTR __ptr, size_t __size)); /* Activate a standard collection of debugging hooks. */ -extern void EXFUN(mcheck, (void EXFUN((*func), (void)))); +extern void EXFUN(mcheck, (void EXFUN((*func), (NOARGS)))); /* Statistics available to the user. */ struct mstats |