summaryrefslogtreecommitdiff
path: root/src/user/lib/libc/tce/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/libc/tce/syscall.c')
-rw-r--r--src/user/lib/libc/tce/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/libc/tce/syscall.c b/src/user/lib/libc/tce/syscall.c
index f4f1333..780b573 100644
--- a/src/user/lib/libc/tce/syscall.c
+++ b/src/user/lib/libc/tce/syscall.c
@@ -75,7 +75,7 @@ void brk(void* ptr) {
// ********** proc
-int run(const char* filename, const char** args, int zero_fd) {
+int run(const char* filename, char** args, int zero_fd) {
return call(SC_RUN, (unsigned)filename, (unsigned)args, (unsigned)zero_fd, 0, 0);
}