kboot: powerpc64 has no newfstat system call
Powerpc doesn't have a newfstat system call. It does have a fstat call, which we define properly if SYS_newfstat isn't defined. Sponsored by: Netflix
This commit is contained in:
parent
58091659cf
commit
8483b3add8
@ -12,7 +12,6 @@
|
||||
#define SYS_mmap 90
|
||||
#define SYS_mount 21
|
||||
#define SYS_munmap 91
|
||||
#define SYS_newfstat SYS_fstat
|
||||
#define SYS_newfstatat 291
|
||||
#define SYS_openat 286
|
||||
#define SYS_pselect6 280
|
||||
|
Loading…
Reference in New Issue
Block a user