]> Git Repo - linux.git/commit - arch/mips/kernel/scall64-o32.S
[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels
authorRichard Sandiford <[email protected]>
Sun, 17 Sep 2006 19:30:46 +0000 (20:30 +0100)
committerRalf Baechle <[email protected]>
Wed, 27 Sep 2006 12:37:55 +0000 (13:37 +0100)
commit63415dbb54fb929a6ea597f2f6b885d570225d90
tree4e753ac4e61dccb0d141a70719d605c156e71403
parentd48f1de2d8170814fb64effa320848410c466f95
[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels

While working on a glibc patch to support the fstatat() functions[1],
I noticed that the o32 implementation behaves differently on 32-bit and
64-bit kernels; the former provides a stat64 while the latter provides
a plain (o32) stat.  I think the former is what's intended, as there is
no separate fstatat64.  It's also what x86 does.

I think this is just a case of a compat too far.

[1] I've seen Khem's patch, but I don't think it's right.

Signed-off-by: Richard Sandiford <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/kernel/scall64-o32.S
This page took 0.053439 seconds and 4 git commands to generate.