| Index: io/bits/fcntl2.h
|
| diff --git a/io/bits/fcntl2.h b/io/bits/fcntl2.h
|
| index 0e0b606bf753cc8be0a4b78de33f9498e9695be4..d2488b7031203104b0cf5cc233a26e21cd2e2e4f 100644
|
| --- a/io/bits/fcntl2.h
|
| +++ b/io/bits/fcntl2.h
|
| @@ -95,7 +95,7 @@ open64 (__const char *__path, int __oflag, ...)
|
|
|
|
|
| #ifdef __USE_ATFILE
|
| -# ifndef __USE_FILE_OFFSET64
|
| +# if !defined(__USE_FILE_OFFSET64) || defined(__native_client__)
|
| extern int __openat_2 (int __fd, __const char *__path, int __oflag)
|
| __nonnull ((2));
|
| extern int __REDIRECT (__openat_alias, (int __fd, __const char *__path,
|
|
|