aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.h
diff options
context:
space:
mode:
authorColin Schmidt <colins@eecs.berkeley.edu>2016-01-18 23:16:24 -0800
committerColin Schmidt <colins@eecs.berkeley.edu>2016-01-18 23:17:07 -0800
commit676c953b798e33022a8a63a55f2c65af43442cb4 (patch)
treed91a472d4ee45ae91881891c093a6c7503a9b6cd /pk/syscall.h
parent85ae17aa149b9ea114bdd70cc30ea7e73813fb48 (diff)
downloadriscv-pk-676c953b798e33022a8a63a55f2c65af43442cb4.zip
riscv-pk-676c953b798e33022a8a63a55f2c65af43442cb4.tar.gz
riscv-pk-676c953b798e33022a8a63a55f2c65af43442cb4.tar.bz2
add renameat syscall
Diffstat (limited to 'pk/syscall.h')
-rw-r--r--pk/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/syscall.h b/pk/syscall.h
index bed30e9..c1f3d8a 100644
--- a/pk/syscall.h
+++ b/pk/syscall.h
@@ -16,6 +16,7 @@
#define SYS_linkat 37
#define SYS_unlinkat 35
#define SYS_mkdirat 34
+#define SYS_renameat 38
#define SYS_chdir 49
#define SYS_getcwd 17
#define SYS_fstat 80