1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
This commit is contained in:
Ulrich Drepper
1999-11-15 08:05:06 +00:00
parent 742367ceb1
commit ad328346a8
6 changed files with 1 additions and 57 deletions

View File

@ -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;