From 90307023f82a831229be3ce14f46ce3449638584 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 7 Mar 2007 09:47:39 +0000 Subject: Sync sh's procfs.h with glibc, fixes gdbserver. Patch from Carmelo Amoroso . --- libc/sysdeps/linux/sh/sys/procfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/sh') diff --git a/libc/sysdeps/linux/sh/sys/procfs.h b/libc/sysdeps/linux/sh/sys/procfs.h index 76dd2bbeb..d7cd125f8 100644 --- a/libc/sysdeps/linux/sh/sys/procfs.h +++ b/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. */ -- cgit v1.2.3