We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e1f9f commit 00e03feCopy full SHA for 00e03fe
tools/include/nolibc/nolibc.h
@@ -31,8 +31,7 @@
31
* - The third level is the libc call definition. It exposes the lower raw
32
* sys_<name>() calls in a way that looks like what a libc usually does,
33
* takes care of specific input values, and of setting errno upon error.
34
- * There can be minor variations compared to standard libc calls. For
35
- * example the open() call always takes 3 args here.
+ * There can be minor variations compared to standard libc calls.
36
*
37
* The errno variable is declared static and unused. This way it can be
38
* optimized away if not used. However this means that a program made of
0 commit comments