diff options
Diffstat (limited to 'src/userspace/libc/unistd/exec.c')
-rw-r--r-- | src/userspace/libc/unistd/exec.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/userspace/libc/unistd/exec.c b/src/userspace/libc/unistd/exec.c deleted file mode 100644 index fd08d57..0000000 --- a/src/userspace/libc/unistd/exec.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdint.h> -#include <syscall.h> - -u32 exec(char *path) -{ - return syscall_exec(path); -}
\ No newline at end of file |