zig/lib/std/os/linux
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
..
arm-eabi.zig Move definition of __aeabi_read_tp 2020-01-15 17:50:51 +01:00
arm64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
i386.zig linux/i386: Make syscall6 more robust and correct 2020-02-07 22:13:05 +01:00
mipsel.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
riscv64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
test.zig move std.fs.Dir.cwd to std.fs.cwd 2019-11-30 15:35:27 -05:00
tls.zig Revert "Merge pull request #4807 from LemonBoy/tls-touchups" 2020-03-25 21:12:24 -04:00
vdso.zig Added comment justifying wrapping operations 2020-03-03 12:41:11 +02:00
x86_64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00