diff options
Diffstat (limited to 'gdb/config/alpha/nm-osf2.h')
-rw-r--r-- | gdb/config/alpha/nm-osf2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/alpha/nm-osf2.h b/gdb/config/alpha/nm-osf2.h index dfbff819681..3d9105f1e31 100644 --- a/gdb/config/alpha/nm-osf2.h +++ b/gdb/config/alpha/nm-osf2.h @@ -45,7 +45,7 @@ /* 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); /* poll() doesn't seem to work properly for /proc in this version of the OS. If we only specify POLLPRI, things hang. It seems to get better when we set |