diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 08:05:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 08:05:06 +0000 |
commit | ad328346a809018fd2b25ffea14e7b0a85c83761 (patch) | |
tree | 332684060a1a0b86d50f2c3e4395a02c3468ac7a /sysdeps/unix/sysv/linux/sys | |
parent | 742367ceb1fb3887c95e72fcff14f04a83e012df (diff) | |
download | glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.tar.gz glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.tar.xz glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/procfs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/procfs.h b/sysdeps/unix/sysv/linux/sys/procfs.h index 56a14f3666..072029bc82 100644 --- a/sysdeps/unix/sysv/linux/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/sys/procfs.h @@ -107,18 +107,6 @@ typedef fpregset_t prfpregset_t; 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; |