Browse Source

Sync sh's procfs.h with glibc, fixes gdbserver.
Patch from Carmelo Amoroso <carmelo73@gmail.com>.

Paul Mundt 17 years ago
parent
commit
90307023f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/sysdeps/linux/sh/sys/procfs.h

+ 2 - 2
libc/sysdeps/linux/sh/sys/procfs.h

@@ -101,8 +101,8 @@ struct elf_prpsinfo
 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.  */