Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic

Pull asm-generic fix from Arnd Bergmann:
"Multiple people reported a bug I introduced in asm-generic/unistd.h in
4.20, this is the obvious bugfix to get glibc and others to correctly
build again on new architectures that no longer provide the old
fstatat64() family of system calls"

* tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
asm-generic: unistd.h: fixup broken macro include.

+4
+4
include/uapi/asm-generic/unistd.h
··· 760 760 #define __NR_ftruncate __NR3264_ftruncate 761 761 #define __NR_lseek __NR3264_lseek 762 762 #define __NR_sendfile __NR3264_sendfile 763 + #if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64) 763 764 #define __NR_newfstatat __NR3264_fstatat 764 765 #define __NR_fstat __NR3264_fstat 766 + #endif 765 767 #define __NR_mmap __NR3264_mmap 766 768 #define __NR_fadvise64 __NR3264_fadvise64 767 769 #ifdef __NR3264_stat ··· 778 776 #define __NR_ftruncate64 __NR3264_ftruncate 779 777 #define __NR_llseek __NR3264_lseek 780 778 #define __NR_sendfile64 __NR3264_sendfile 779 + #if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64) 781 780 #define __NR_fstatat64 __NR3264_fstatat 782 781 #define __NR_fstat64 __NR3264_fstat 782 + #endif 783 783 #define __NR_mmap2 __NR3264_mmap 784 784 #define __NR_fadvise64_64 __NR3264_fadvise64 785 785 #ifdef __NR3264_stat