zig/lib/std/os
Andrew Kelley f7f563ea53
Revert "Merge pull request #4807 from LemonBoy/tls-touchups"
This reverts commit ee6fda2297, reversing
changes made to f313ab18ae.

This caused a test failure:

```
behavior.misc.test "behavior-arm-linux-none-Debug-bare-multi thread local variable"...test failure
/home/vsts/work/1/s/lib/std/testing.zig:191:14: 0x4608f in std.testing.expect (test)
    if (!ok) @panic("test failure");
             ^
/home/vsts/work/1/s/test/stage1/behavior/misc.zig:616:11: 0x53e93 in behavior.misc.test "behavior-arm-linux-none-Debug-bare-multi thread local variable" (test)
    expect(S.t == 1235);
          ^
```
2020-03-25 21:12:24 -04:00
..
bits std: Add missing C bits and defines for NetBSD 2020-03-23 18:55:45 +01:00
linux Revert "Merge pull request #4807 from LemonBoy/tls-touchups" 2020-03-25 21:12:24 -04:00
uefi std/os/uefi: file protocol improvements 2020-03-12 23:23:21 +01:00
windows zig build system: correctly handle multiple output artifacts 2020-03-13 21:22:08 -04:00
bits.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
darwin.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
dragonfly.zig DragonFlyBSD support 2019-10-30 21:21:58 -04:00
freebsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
linux.zig std: Introduce fnctl wrapper 2020-03-18 13:45:52 -04:00
netbsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
test.zig (breaking) std.fs.copyFile now integrates with Dir 2020-03-19 14:43:41 -04:00
uefi.zig Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-format-stream 2020-03-13 11:31:11 -04:00
wasi.zig Removes proc_raise from WASI implementation 2020-01-06 14:04:55 -05:00
windows.zig test & docs fixups to work with new semantics 2020-03-19 09:53:55 -04:00