| author | |
| committer | |
| log | 6f09796ff28f0c73d4ea0b63b02d58215c4450f1 |
| tree | d50f1e331b29baa572f09ab6dd3a30521bb60f24 |
| parent | b340bbfc1d0fd52d94799fa8d3b016178b46d6ba |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/io_uring.zig+5| ... | ... | @@ -1,3 +1,8 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 1 | 6 | const builtin = @import("builtin"); |
| 2 | 7 | const std = @import("std"); |
| 3 | 8 | const assert = std.debug.assert; |