From 7e829db6ae6f181ce6b6db51e1568acddac81738 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 19 Jun 2014 12:38:38 +0530 Subject: 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 --- libc/sysdeps/linux/common/open64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') 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 -- cgit v1.2.3