Displaying 1 result from an estimated 1 matches for "2dbb907c".
2023 Jan 13
0
[klibc:master] mips64: Fix struct stat layout
...ng
struct timespec.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/include/arch/mips64/klibc/archstat.h | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/usr/include/arch/mips64/klibc/archstat.h b/usr/include/arch/mips64/klibc/archstat.h
index 2dbb907c..16f50c9e 100644
--- a/usr/include/arch/mips64/klibc/archstat.h
+++ b/usr/include/arch/mips64/klibc/archstat.h
@@ -3,8 +3,6 @@
#include <sys/types.h>
-#define _STATBUF_ST_NSEC
-
struct stat {
unsigned int st_dev;
unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
@@ -22,...