forked from pool/glibc
cff896bf5c
Copy from Base:System/glibc based on submit request 38894 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/38894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=18
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;
|