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

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