From 9c74cb8c5bb5661d7f71f43b88816e70cc9fc022 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 9 Jun 2013 14:35:40 +0200 Subject: Many bug corrections. --- src/user/lib/libc/tce/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/libc/tce') 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); } -- cgit v1.2.3