summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-15 08:05:06 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-15 08:05:06 +0000
commitad328346a809018fd2b25ffea14e7b0a85c83761 (patch)
tree332684060a1a0b86d50f2c3e4395a02c3468ac7a /sysdeps/unix/sysv/linux/alpha/sys
parent742367ceb1fb3887c95e72fcff14f04a83e012df (diff)
downloadglibc-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/alpha/sys')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/procfs.h11
1 files changed, 0 insertions, 11 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;