svn commit: trunk/uClibc/libc/sysdeps/linux/sh/sys
lethal at uclibc.org
lethal at uclibc.org
Wed Mar 7 01:47:40 PST 2007
Author: lethal
Date: 2007-03-07 01:47:39 -0800 (Wed, 07 Mar 2007)
New Revision: 18022
Log:
Sync sh's procfs.h with glibc, fixes gdbserver.
Patch from Carmelo Amoroso <carmelo73 at gmail.com>.
Modified:
trunk/uClibc/libc/sysdeps/linux/sh/sys/procfs.h
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sh/sys/procfs.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/sys/procfs.h 2007-03-07 09:46:22 UTC (rev 18021)
+++ trunk/uClibc/libc/sysdeps/linux/sh/sys/procfs.h 2007-03-07 09:47:39 UTC (rev 18022)
@@ -101,8 +101,8 @@
typedef void *psaddr_t;
/* Register sets. Linux has different names. */
-typedef gregset_t prgregset_t;
-typedef fpregset_t prfpregset_t;
+typedef elf_gregset_t prgregset_t;
+typedef elf_fpregset_t prfpregset_t;
/* We don't have any differences between processes and threads,
therefore habe only ine PID type. */
More information about the uClibc-cvs
mailing list