]> sourceware.org Git - glibc.git/commit
LoongArch: Undef __NR_fstat and __NR_newfstatat.
authorcaiyinyu <caiyinyu@loongson.cn>
Tue, 24 Sep 2024 03:09:32 +0000 (11:09 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Wed, 25 Sep 2024 02:00:42 +0000 (10:00 +0800)
commit255dc1e4ed8b816919470633543b38a4428d9655
tree66bf625fc6eb3cbea695a5f529be09489871ca13
parentd14c977c65aac7db35bb59380ef99d6582c4f930
LoongArch: Undef __NR_fstat and __NR_newfstatat.

In Linux 6.11, fstat and newfstatat are added back. To avoid the messy
usage of the fstat, newfstatat, and statx system calls, we will continue
using statx only in glibc, maintaining consistency with previous versions of
the LoongArch-specific glibc implementation.

Signed-off-by: caiyinyu <caiyinyu@loongson.cn>
Reviewed-by: Xi Ruoyao <xry111@xry111.site>
Suggested-by: Florian Weimer <fweimer@redhat.com>
sysdeps/unix/sysv/linux/loongarch/fixup-asm-unistd.h [new file with mode: 0644]
This page took 0.040594 seconds and 5 git commands to generate.