Merge remote-tracking branch 'palmer/riscv-clone3' into fixes

This contains a single patch to properly implement clone3() on rv32,
which was missing before.  In theory this is a new feature, but it's
fixing a warning in checksyscalls that's now causing my build to fail so
I'm calling it a fix.
This commit is contained in:
Palmer Dabbelt 2021-10-04 16:02:04 -07:00
commit 9246320672
No known key found for this signature in database
GPG key ID: 2E1319F35FBB1889

View file

@ -18,9 +18,10 @@
#ifdef __LP64__
#define __ARCH_WANT_NEW_STAT
#define __ARCH_WANT_SET_GET_RLIMIT
#define __ARCH_WANT_SYS_CLONE3
#endif /* __LP64__ */
#define __ARCH_WANT_SYS_CLONE3
#include <asm-generic/unistd.h>
/*