Skip to content

Commit

Permalink
csky: Fixup compile warning for three unimplemented syscalls
Browse files Browse the repository at this point in the history
Implement fstat64, fstatat64, clone3 syscalls to fixup
checksyscalls.sh compile warnings.

Signed-off-by: Guo Ren <[email protected]>
  • Loading branch information
guoren83 committed Feb 21, 2020
1 parent 9025fd4 commit 2305f60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/csky/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.

#define __ARCH_WANT_STAT64
#define __ARCH_WANT_NEW_STAT
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_CLONE3
#define __ARCH_WANT_SET_GET_RLIMIT
#define __ARCH_WANT_TIME32_SYSCALLS
#include <asm-generic/unistd.h>
Expand Down

0 comments on commit 2305f60

Please sign in to comment.