diff options
| author | Miguel <m.i@gmx.at> | 2018-09-27 15:03:14 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-27 15:03:14 +0200 |
| commit | 3afdccc7087797a106263c481bfc406049124fa6 (patch) | |
| tree | 9d687c246fa818f8214fe64c673339ed77e9a34d /kernel/syscalls.h | |
| parent | 8e005d0f13767db538e3d939188d73370db9042d (diff) | |
litttle fix in netstack
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h index 7216a46..5403c2c 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -46,7 +46,7 @@ void fd_init_std_streams(uint32_t pid, bool use_framebuffer); /** returns string representation of the syscall from its number */ -char* syscall_get_name(uint32_t num); +char* syscall_get_name(uint32_t num); /** invoke a syscall from kernel */ uint32_t syscall_generic(uint32_t nr,uint32_t p1, uint32_t p2, uint32_t p3, uint32_t pid); |
