diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/ld_syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/ld_syscall.h b/ldso/ldso/ld_syscall.h index 8ea8092c7..23f4c0141 100644 --- a/ldso/ldso/ld_syscall.h +++ b/ldso/ldso/ld_syscall.h @@ -9,6 +9,7 @@ /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ +#define kernel_stat stat #include <bits/kernel_stat.h> |