aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-09-30 18:20:12 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-09-30 18:20:55 -0400
commitcd58b400110586bb0d0632dce0f667efbc3dbd88 (patch)
treefa0b6571c6c8fbfb8337e1fce54e63fad93f25b3 /doc
parentba3d21ca67af0ce47841bc2d0258903ccaf89a75 (diff)
downloadzig-cd58b400110586bb0d0632dce0f667efbc3dbd88.tar.gz
zig-cd58b400110586bb0d0632dce0f667efbc3dbd88.zip
update C headers to clang 5.0.0
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