diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
| commit | f35d2124c36f8d39a953b76620e081b79c2faffd (patch) | |
| tree | 216e3a75841acc69672bf5640cc2f86e93e1ba37 /interface/syscall.h | |
| parent | 2a6690e9fd53a02613796764248006e06ac482d6 (diff) | |
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'interface/syscall.h')
| -rw-r--r-- | interface/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/syscall.h b/interface/syscall.h index 43a06fd..2cadce4 100644 --- a/interface/syscall.h +++ b/interface/syscall.h @@ -1,7 +1,7 @@ /* * Issue a System Call from Ring 3 / User Space * - * Syscalls Have up to 3 parameters. Unused Parameters are just ignored. + * Accepts up to 3 parameters. * Check syscalls.h for details. */ |
