hexagon: switch to generic clone()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2012-10-26 19:25:46 -04:00
commit f01aceac61
4 changed files with 6 additions and 52 deletions

View file

@ -28,5 +28,6 @@
#define sys_mmap2 sys_mmap_pgoff
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_SYS_CLONE
#include <asm-generic/unistd.h>