forked from pool/glibc
13 lines
462 B
Diff
13 lines
462 B
Diff
|
--- sysdeps/unix/sysv/linux/statfs64.c~ 2010-01-27 02:47:32.884315000 +0100
|
||
|
+++ sysdeps/unix/sysv/linux/statfs64.c 2010-01-27 02:49:17.943657000 +0100
|
||
|
@@ -24,6 +24,9 @@
|
||
|
#include <sysdep.h>
|
||
|
#include <kernel-features.h>
|
||
|
|
||
|
+/* On IA64, ia32el does not provide wrapper for statfs64() for some reason.
|
||
|
+ Force the compatibility code to get compiled in. [bnc#534828] */
|
||
|
+#undef __ASSUME_STATFS64
|
||
|
|
||
|
# if __ASSUME_STATFS64 == 0
|
||
|
int __no_statfs64 attribute_hidden;
|