aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/openbsd.zig
blob: 572b470239fecf357b0bbeaca36a52950788a790 (plain)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT
// Copyright (c) 2015-2021 Zig Contributors
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.
const std = @import("../std.zig");
pub usingnamespace std.c;
pub usingnamespace @import("bits.zig");