diff options
Diffstat (limited to 'gdb/config/sparc/nm-sun4os4.h')
-rw-r--r-- | gdb/config/sparc/nm-sun4os4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/nm-sun4os4.h b/gdb/config/sparc/nm-sun4os4.h index dcd20fb0fe9..f883c95c500 100644 --- a/gdb/config/sparc/nm-sun4os4.h +++ b/gdb/config/sparc/nm-sun4os4.h @@ -33,4 +33,4 @@ /* Return sizeof user struct to callers in less machine dependent routines */ #define KERNEL_U_SIZE kernel_u_size() -extern int kernel_u_size PARAMS ((void)); +extern int kernel_u_size (void); |