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/mips/sys | |
parent | 742367ceb1fb3887c95e72fcff14f04a83e012df (diff) | |
download | glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.tar glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.tar.gz glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.tar.bz2 glibc-ad328346a809018fd2b25ffea14e7b0a85c83761.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/procfs.h | 11 |
1 files changed, 0 insertions, 11 deletions
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; |