Index: gdb/proc-events.c |
diff --git a/gdb/proc-events.c b/gdb/proc-events.c |
index fa56e34c3887e00142bcae579d2d66e1f00d6c93..216a65aa55a760e69cc1cbc1badef32a7561defc 100644 |
--- a/gdb/proc-events.c |
+++ b/gdb/proc-events.c |
@@ -45,6 +45,8 @@ |
#include <sys/fault.h> |
#endif |
+#include "proc-utils.h" |
+ |
/* Much of the information used in the /proc interface, particularly |
for printing status information, is kept as tables of structures of |
the following form. These tables can be used to map numeric values |
@@ -105,7 +107,7 @@ struct trans |
#define MAX_SYSCALLS 262 /* Pretty arbitrary. */ |
static char *syscall_table[MAX_SYSCALLS]; |
-void |
+static void |
init_syscall_table (void) |
{ |
#ifdef SYS_BSD_getime |