From f35d2124c36f8d39a953b76620e081b79c2faffd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 23:08:07 +0200 Subject: moved newlib specific stuff and similar into ./interface/ --- interface/syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface/syscall.h') 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. */ -- cgit v1.2.3