diff options
author | huaixv <44743118+huaixv@users.noreply.github.com> | 2021-03-26 13:17:35 +0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2021-03-25 22:20:58 -0700 |
commit | b7f64fe5584094a6fe65d94d5e2382ff9289cbda (patch) | |
tree | 0c88526e9d294f56e514ee31e692a0ad6b94e413 /pk/frontend.h | |
parent | 62bb5daea5ef014616b00a63c106afdd07e68ffd (diff) | |
download | riscv-pk-b7f64fe5584094a6fe65d94d5e2382ff9289cbda.zip riscv-pk-b7f64fe5584094a6fe65d94d5e2382ff9289cbda.tar.gz riscv-pk-b7f64fe5584094a6fe65d94d5e2382ff9289cbda.tar.bz2 |
Add `statx` syscall (#234)
Diffstat (limited to 'pk/frontend.h')
-rw-r--r-- | pk/frontend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pk/frontend.h b/pk/frontend.h index 1a6be61..ad51109 100644 --- a/pk/frontend.h +++ b/pk/frontend.h @@ -32,4 +32,6 @@ struct frontend_stat { uint32_t __unused5; }; +#define FRONTEND_STATX_SIZE 256 + #endif |