summaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-04-09 14:26:12 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-04-09 14:26:12 +0000
commit474b9b1a4f75f88223da007b1b6a78c96627050c (patch)
treef7be8cdeea818d476ae3e4ceac6472a64996ce7e /bfd/hosts
parent122aa4b60ddcef0f2418358323480c05944ec971 (diff)
downloadbinutils-redhat-474b9b1a4f75f88223da007b1b6a78c96627050c.tar.gz
Replace __pid_t with pid_t.
2011-04-09 H.J. Lu <hongjiu.lu@intel.com> PR binutils/12657 * hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with pid_t.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/x86-64linux.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h
index 27901c5fbf..3bd2f8de7d 100644
--- a/bfd/hosts/x86-64linux.h
+++ b/bfd/hosts/x86-64linux.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2011
+ Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -153,10 +154,10 @@ struct elf_prstatus32
short int pr_cursig; /* Current signal. */
unsigned int pr_sigpend; /* Set of pending signals. */
unsigned int pr_sighold; /* Set of held signals. */
- __pid_t pr_pid;
- __pid_t pr_ppid;
- __pid_t pr_pgrp;
- __pid_t pr_sid;
+ pid_t pr_pid;
+ pid_t pr_ppid;
+ pid_t pr_pgrp;
+ pid_t pr_sid;
struct prstatus32_timeval pr_utime; /* User time. */
struct prstatus32_timeval pr_stime; /* System time. */
struct prstatus32_timeval pr_cutime; /* Cumulative user time. */