diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/ld_syscall.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/ldso/ld_syscall.h b/ldso/ldso/ld_syscall.h index 33d15fda8..8ea8092c7 100644 --- a/ldso/ldso/ld_syscall.h +++ b/ldso/ldso/ld_syscall.h @@ -9,8 +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 new_stat stat -#include <asm/stat.h> +#include <bits/kernel_stat.h> /* Encoding of the file mode. */ |