Displaying 1 result from an estimated 1 matches for "gg28542".
Did you mean:
328542
2016 Jan 06
0
[klibc:master] ppc64: fix struct stat
...a consequence st->st_rdev is incorrectly defined.
The solution is to add an explicit padding in the structure. This fixes
the resume binary on ppc64 BE and LE, and probably other things.
Signed-off-by: Aurelien Jarno <aurelien at aurel32.net>
Link: http://lkml.kernel.org/r/20160106004416.GG28542 at decadent.org.uk
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>
---
usr/include/arch/ppc64/klibc/archstat.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr/include/arch/ppc64/klibc/archstat.h b/usr/include/arch/pp...