diff options
Diffstat (limited to 'gdb/proc-utils.h')
-rw-r--r-- | gdb/proc-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h index aa83677..0bad940 100644 --- a/gdb/proc-utils.h +++ b/gdb/proc-utils.h @@ -112,8 +112,4 @@ extern void procfs_note (const char *, const char *, int); /* Define the type (and more importantly the width) of the control word used to write to the /proc/PID/ctl file. */ -#if defined (PROC_CTL_WORD_TYPE) -typedef PROC_CTL_WORD_TYPE procfs_ctl_t; -#else typedef long procfs_ctl_t; -#endif |