|
@@ -7,6 +7,10 @@
|
|
|
* GNU Library General Public License (LGPL) version 2 or later.
|
|
|
*/
|
|
|
|
|
|
+
|
|
|
+ * will fail when __NR_fstat64 doesnt exist */
|
|
|
+#define __fstat64 __hide__fstat64
|
|
|
+
|
|
|
#include "syscalls.h"
|
|
|
#include <unistd.h>
|
|
|
#define _SYS_STAT_H
|
|
@@ -14,6 +18,8 @@
|
|
|
#include <bits/kernel_stat.h>
|
|
|
#include "xstatconv.h"
|
|
|
|
|
|
+#undef __fstat64
|
|
|
+
|
|
|
#define __NR___syscall_fstat __NR_fstat
|
|
|
#undef __fstat
|
|
|
#undef fstat
|