This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problem in procfs.h


Hi
Thanks Ulrich before.

I have more one problem.
It's in sysdpes/unix/sysv/linux/powerpc/sys/procfs.h.

You use twice them.

--------------------------
diff -uNr /wk-glibc-2.1.3/x2-diff/source/sysdeps/unix/sysv/linux/powerpc/sys/
procfs.h /wk-glibc-2.1.3/x2-diff/fixed/sysdeps/unix/sysv/linux/powerpc/sys/
procfs.h
--- /wk-glibc-2.1.3/x2-diff/source/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h
	Sun Nov 14 04:54:11 1999
+++ /wk-glibc-2.1.3/x2-diff/fixed/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h
	Sun Nov 14 16:35:09 1999
@@ -111,18 +111,6 @@
 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;
 

--------------------------

Thanks
Kaoru


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]