]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tools/nolibc: drop outdated example from overview comment
authorLouis Taylor <louis@kragniz.eu>
Thu, 6 Mar 2025 18:41:21 +0000 (18:41 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 6 Mar 2025 21:30:21 +0000 (22:30 +0100)
This behaviour was changed in commit a7604ba149e7 ("tools/nolibc/sys:
make open() take a vararg on the 3rd argument").

Signed-off-by: Louis Taylor <louis@kragniz.eu>
Link: https://lore.kernel.org/r/20250306184147.208723-4-louis@kragniz.eu
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/nolibc.h

index 05d92afedb7258f0e3c311bf6f12be68b25d6e9a..70872401aca8d5aa37b12ee585193353f692576d 100644 (file)
@@ -31,8 +31,7 @@
  *   - The third level is the libc call definition. It exposes the lower raw
  *     sys_<name>() calls in a way that looks like what a libc usually does,
  *     takes care of specific input values, and of setting errno upon error.
- *     There can be minor variations compared to standard libc calls. For
- *     example the open() call always takes 3 args here.
+ *     There can be minor variations compared to standard libc calls.
  *
  * The errno variable is declared static and unused. This way it can be
  * optimized away if not used. However this means that a program made of