diff options
author | Colin Schmidt <colins@berkeley.edu> | 2014-05-22 18:56:56 -0700 |
---|---|---|
committer | Colin Schmidt <colins@berkeley.edu> | 2014-05-22 18:56:56 -0700 |
commit | e50dc18f5df45ea358182ce7d986b77858219cd9 (patch) | |
tree | 67f91335fd545ca51de67df0d5dca8d976a30a3b /pk/frontend.h | |
parent | 894fe673b4f1326abd29512c8419759698d8ea2c (diff) | |
download | pk-e50dc18f5df45ea358182ce7d986b77858219cd9.zip pk-e50dc18f5df45ea358182ce7d986b77858219cd9.tar.gz pk-e50dc18f5df45ea358182ce7d986b77858219cd9.tar.bz2 |
Add several syscalls, and move syscall header file from newlib
syscalls added (openat, access, accessat, faccessat, etc.)
Diffstat (limited to 'pk/frontend.h')
-rw-r--r-- | pk/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/frontend.h b/pk/frontend.h index 9610234..edbf22a 100644 --- a/pk/frontend.h +++ b/pk/frontend.h @@ -3,6 +3,6 @@ #ifndef _RISCV_FRONTEND_H #define _RISCV_FRONTEND_H -long frontend_syscall(long n, long a0, long a1, long a2, long a3); +long frontend_syscall(long n, long a0, long a1, long a2, long a3, long a4); #endif |