Skip to content

Commit d770bfb

Browse files
committed
lkl: add missing bitsperlong header include
arch/lkl/include/uapi/asm/unistd.h refers __BITS_PER_LONG defined in arch/lkl/include/asm/bitsperlong.h. This header file should be included in unistd.h. Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent 74e5506 commit d770bfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/lkl/include/uapi/asm/unistd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#define __ARCH_WANT_SET_GET_RLIMIT
77
#define __ARCH_WANT_TIME32_SYSCALLS
88

9+
#include <asm/bitsperlong.h>
10+
911
#if __BITS_PER_LONG == 64
1012
#define __ARCH_WANT_SYS_NEWFSTATAT
1113
#endif

0 commit comments

Comments
 (0)