From: Vineet Gupta Date: Thu, 19 Jun 2014 07:08:38 +0000 (+0530) Subject: open64: ensure that openat check works X-Git-Url: http://git.osdn.net/view?p=uclinux-h8%2FuClibc.git;a=commitdiff_plain;h=7e829db6ae6f181ce6b6db51e1568acddac81738 open64: ensure that openat check works For ARC builds atleast, __NR_xxx was not trickling into in open64.c causing open64->openat a needless detour via open Signed-off-by: Vineet Gupta Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/libc/sysdeps/linux/common/open64.c b/libc/sysdeps/linux/common/open64.c index 23a777b47..6e65a988e 100644 --- a/libc/sysdeps/linux/common/open64.c +++ b/libc/sysdeps/linux/common/open64.c @@ -5,6 +5,7 @@ */ #include <_lfs_64.h> +#include #include #include #include