aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-15 08:00:07 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-15 08:00:07 +0000
commitf2fe71afa2e364a3df6a92d8bbb6ed0036e78c13 (patch)
tree81e1a0358f1774e7edb5c82c906065ce9738f279 /sysdeps/unix
parent1e70a8a3757353f39f02947e7d607316fa44fd82 (diff)
downloadglibc-f2fe71afa2e364a3df6a92d8bbb6ed0036e78c13.tar
glibc-f2fe71afa2e364a3df6a92d8bbb6ed0036e78c13.tar.gz
glibc-f2fe71afa2e364a3df6a92d8bbb6ed0036e78c13.tar.bz2
glibc-f2fe71afa2e364a3df6a92d8bbb6ed0036e78c13.zip
Remove duplicate definitions.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/procfs.h11
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/procfs.h11
-rw-r--r--sysdeps/unix/sysv/linux/mips/sys/procfs.h11
3 files changed, 0 insertions, 33 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
index f47adeebfe..87f8e4cd17 100644
--- a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
@@ -111,17 +111,6 @@ typedef fpregset_t prfpregset_t;
therefore habe only ine PID type. */
typedef __pid_t lwpid_t;
-/* Addresses. */
-typedef void *psaddr_t;
-
-/* Register sets. Linux has different names. */
-typedef gregset_t prgregset_t;
-typedef fpregset_t prfpregset_t;
-
-/* We don't have any differences between processes and threads,
- therefore habe only ine PID type. */
-typedef __pid_t lwpid_t;
-
typedef struct elf_prstatus prstatus_t;
typedef struct elf_prpsinfo prpsinfo_t;
diff --git a/sysdeps/unix/sysv/linux/arm/sys/procfs.h b/sysdeps/unix/sysv/linux/arm/sys/procfs.h
index a228179796..5198033ba0 100644
--- a/sysdeps/unix/sysv/linux/arm/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/procfs.h
@@ -101,17 +101,6 @@ typedef fpregset_t prfpregset_t;
therefore habe only ine PID type. */
typedef __pid_t lwpid_t;
-/* Addresses. */
-typedef void *psaddr_t;
-
-/* Register sets. Linux has different names. */
-typedef gregset_t prgregset_t;
-typedef fpregset_t prfpregset_t;
-
-/* We don't have any differences between processes and threads,
- therefore habe only ine PID type. */
-typedef __pid_t lwpid_t;
-
typedef struct elf_prstatus prstatus_t;
typedef struct elf_prpsinfo prpsinfo_t;
diff --git a/sysdeps/unix/sysv/linux/mips/sys/procfs.h b/sysdeps/unix/sysv/linux/mips/sys/procfs.h
index 9c6bac9dc6..7e17bc0c40 100644
--- a/sysdeps/unix/sysv/linux/mips/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/mips/sys/procfs.h
@@ -100,17 +100,6 @@ struct elf_prpsinfo
char pr_psargs[ELF_PRARGSZ]; /* Initial part of arg list. */
};
-/* Addresses. */
-typedef void *psaddr_t;
-
-/* Register sets. Linux has different names. */
-typedef gregset_t prgregset_t;
-typedef fpregset_t prfpregset_t;
-
-/* We don't have any differences between processes and threads,
- therefore habe only ine PID type. */
-typedef __pid_t lwpid_t;
-
/* Addresses. */
typedef void *psaddr_t;