From a4b93f0bef877d6e996037696ecb1779bfe46074 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 01:04:29 +0200 Subject: openat*: use a static function with the different type and strong_alias_untyped No need for hidden openat64 _lfs_64.h does not allow to compile *64.c if LFS is not enabled, remove guard Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/fcntl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/fcntl.h') diff --git a/include/fcntl.h b/include/fcntl.h index fc7136862..f2b46290c 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -135,7 +135,6 @@ extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag, extern int openat64 (int __fd, __const char *__file, int __oflag, ...) __nonnull ((2)); -libc_hidden_proto(openat64) #endif /* Create and open FILE, with mode MODE. This takes an `int' MODE -- cgit v1.2.3