Remove duplicate definitions.

This commit is contained in:
Ulrich Drepper 1999-11-15 08:00:07 +00:00
parent 1e70a8a375
commit f2fe71afa2
3 changed files with 0 additions and 33 deletions

View File

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

View File

@ -101,17 +101,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;

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;