| Index: gdb/proc-events.c
|
| diff --git a/gdb/proc-events.c b/gdb/proc-events.c
|
| index 216a65aa55a760e69cc1cbc1badef32a7561defc..4b466a3336b9675288e0137eaebab83b73c65f1d 100644
|
| --- a/gdb/proc-events.c
|
| +++ b/gdb/proc-events.c
|
| @@ -1,7 +1,6 @@
|
| /* Machine-independent support for SVR4 /proc (process file system)
|
|
|
| - Copyright (C) 1999-2000, 2004, 2007-2012 Free Software Foundation,
|
| - Inc.
|
| + Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
|
|
| Written by Michael Snyder at Cygnus Solutions.
|
| Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
|
| @@ -63,45 +62,6 @@ struct trans
|
|
|
| /* Pretty print syscalls. */
|
|
|
| -/* Ugh -- UnixWare and Solaris spell these differently! */
|
| -
|
| -#ifdef SYS_lwpcreate
|
| -#define SYS_lwp_create SYS_lwpcreate
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpexit
|
| -#define SYS_lwp_exit SYS_lwpexit
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpwait
|
| -#define SYS_lwp_wait SYS_lwpwait
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpself
|
| -#define SYS_lwp_self SYS_lwpself
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpinfo
|
| -#define SYS_lwp_info SYS_lwpinfo
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpprivate
|
| -#define SYS_lwp_private SYS_lwpprivate
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpkill
|
| -#define SYS_lwp_kill SYS_lwpkill
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpsuspend
|
| -#define SYS_lwp_suspend SYS_lwpsuspend
|
| -#endif
|
| -
|
| -#ifdef SYS_lwpcontinue
|
| -#define SYS_lwp_continue SYS_lwpcontinue
|
| -#endif
|
| -
|
| -
|
| /* Syscall translation table. */
|
|
|
| #define MAX_SYSCALLS 262 /* Pretty arbitrary. */
|
|
|