aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-08-01 01:15:17 -0700
committerGitHub <noreply@github.com>2024-08-01 01:15:17 -0700
commit91163b44dd8a7d21c76de545bca3ed584a6b6df7 (patch)
tree0a92462246ac2001876dabf0c640d521176a0b58 /lib/std/start.zig
parent16dde6d2606b52417c4b27141b2d6c66039d2ad0 (diff)
parent36332a4fdc8b5bfdaa3a2b6b76772312be6f6a79 (diff)
downloadzig-91163b44dd8a7d21c76de545bca3ed584a6b6df7.tar.gz
zig-91163b44dd8a7d21c76de545bca3ed584a6b6df7.zip
Merge pull request #20857 from alexrp/tls-porting
`std.os.linux.tls`: Refactor, improve documentation, fix a bug, and port to more architectures
Diffstat (limited to 'lib/std/start.zig')
-rw-r--r--lib/std/start.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/start.zig b/lib/std/start.zig
index 512cc8d4bd..c68dec4462 100644
--- a/lib/std/start.zig
+++ b/lib/std/start.zig
@@ -469,7 +469,7 @@ fn posixCallMainAndExit(argc_argv_ptr: [*]usize) callconv(.C) noreturn {
}
// Initialize the TLS area.
- std.os.linux.tls.initStaticTLS(phdrs);
+ std.os.linux.tls.initStatic(phdrs);
}
// The way Linux executables represent stack size is via the PT_GNU_STACK