From: Ulrich Drepper Date: Sun, 14 Nov 1999 08:12:58 +0000 (+0000) Subject: Remove duplication. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a82f5fee42812ee1ff4b47ab7e03a9acadda586;p=thirdparty%2Fglibc.git Remove duplication. --- diff --git a/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h b/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h index 371a59eda42..99e21862ced 100644 --- a/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h @@ -111,18 +111,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;