aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/targets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/targets.md b/doc/targets.md
index ca60c3280d..e5c6ab5534 100644
--- a/doc/targets.md
+++ b/doc/targets.md
@@ -2,7 +2,7 @@
Create bootstrap code in std/bootstrap.zig and add conditional compilation
logic. This code is responsible for the real executable entry point, calling
-main(argc, argv, env) and making the exit syscall when main returns.
+main() and making the exit syscall when main returns.
How to pass a byvalue struct parameter in the C calling convention is
target-specific. Add logic for how to do function prototypes and function calls