Re: fstatat64 and newfstatat syscalls
"Jeff Bailey" <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 22/12/06, Helge Deller <[email protected]> wrote: > > but currently we have: > > arch/parisc/kernel/syscall_table.S: ENTRY_SAME(fstatat64) /* 280 */ > > while in: > > include/asm-parisc/unistd.h: #define __NR_newfstatat (__NR_Linux + 280) > > I think the right solution is to change current line in unistd.h to this: > include/asm-parisc/unistd.h: #define __NR_fstatat64 (__NR_Linux + 280) Umm, isn't this a public ABI change? would it be better to assign a new syscall number and cope correctly with the old one? I'm wondering what this means to things that are already compiled... -- Jeff Bailey - http://www.raspberryginger.com/jbailey/