We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254a3ba commit 687a756Copy full SHA for 687a756
lib/std/c/emscripten.zig
@@ -171,7 +171,7 @@ pub const RTLD = struct {
171
pub const LOCAL = 0;
172
};
173
174
-pub const dirent = struct {
+pub const dirent = extern struct {
175
ino: c_uint,
176
off: c_uint,
177
reclen: c_ushort,
lib/std/c/linux.zig
@@ -330,14 +330,14 @@ pub const RTLD = struct {
330
331
332
333
334
335
336
337
type: u8,
338
name: [256]u8,
339
340
-pub const dirent64 = struct {
+pub const dirent64 = extern struct {
341
ino: c_ulong,
342
off: c_ulong,
343
0 commit comments