commit e3ff09296066bb007b77372227c435ffa680c839
parent 439ecd91c92016175cc179c571f49ba92b3d32fb
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 21 Apr 2022 13:03:38 +0200
rt+linux: drop obsolete comment
We already handle this elsewhere.
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/rt/+linux/platformstart.ha b/rt/+linux/platformstart.ha
@@ -3,7 +3,6 @@
// (c) 2021 Drew DeVault <sir@cmpwn.com>
export @noreturn fn start_linux(iv: *[*]uintptr) void = {
- // TODO: Find & parse auxv
argc = iv[0]: size;
argv = &iv[1]: *[*]*char;
envp = &argv[argc + 1]: *[*]nullable *char;