Re: statfs() problem with glibc-2.5
Guy Martin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
Kyle, Here is the proper patch with Signed-off-by. Cheers, Guy On Sun, 18 Feb 2007 22:16:27 -0500 Kyle McMartin <[email protected]> wrote: > On Sun, Feb 18, 2007 at 10:11:13PM -0500, Carlos O'Donell wrote: > > >> #define __NR_Linux_syscalls 298 > > > > You also forgot to update the total syscall count. > > > > I fixed that one for him. ;-) -- Guy Martin Gentoo Linux - HPPA port lead _______________________________________________ parisc-linux mailing list [email protected] http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
statfs-syscalls.diff
(text/x-patch, 1 KB)
Add missing statfs64 and fstatfs64 to parisc. Signed-off-by: Guy Martion <[email protected]> diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 5114666..7d665de 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -403,5 +403,7 @@ ENTRY_COMP(move_pages) /* 295 */ ENTRY_SAME(getcpu) ENTRY_SAME(epoll_pwait) + ENTRY_COMP(statfs64) + ENTRY_COMP(fstatfs64) /* Nothing yet */ diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index 7c1bb8b..5513bdf 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -790,8 +790,10 @@ #define __NR_move_pages (__NR_Linux + 295) #define __NR_getcpu (__NR_Linux + 296) #define __NR_epoll_pwait (__NR_Linux + 297) +#define __NR_statfs64 (__NR_Linux + 298) +#define __NR_fstatfs64 (__NR_Linux + 299) -#define __NR_Linux_syscalls 298 +#define __NR_Linux_syscalls 300 #define HPUX_GATEWAY_ADDR 0xC0000004 #define LINUX_GATEWAY_ADDR 0x100