diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-11-08 01:52:23 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-11-08 01:52:23 -0500 |
| commit | 2723ffc2b2d837aec8185f86814a6e6aba45c34d (patch) | |
| tree | 0226ba98b0c3a1cd5c5a441819902a1ca8df16e9 /lib/std/os/bits/linux.zig | |
| parent | fbbcf2f30d3fe0a9b0c41de9b737c13737497a3b (diff) | |
| download | zig-2723ffc2b2d837aec8185f86814a6e6aba45c34d.tar.gz zig-2723ffc2b2d837aec8185f86814a6e6aba45c34d.zip | |
fixups and zig fmt
Diffstat (limited to 'lib/std/os/bits/linux.zig')
| -rw-r--r-- | lib/std/os/bits/linux.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/std/os/bits/linux.zig b/lib/std/os/bits/linux.zig index 0cf30920e4..0fd528b0c0 100644 --- a/lib/std/os/bits/linux.zig +++ b/lib/std/os/bits/linux.zig @@ -1000,11 +1000,6 @@ pub const dl_phdr_info = extern struct { dlpi_phnum: u16, }; -pub const pthread_attr_t = extern struct { - __size: [56]u8, - __align: c_long, -}; - pub const CPU_SETSIZE = 128; pub const cpu_set_t = [CPU_SETSIZE / @sizeOf(usize)]usize; pub const cpu_count_t = @IntType(false, std.math.log2(CPU_SETSIZE * 8)); |
