mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
updated std.c.{freebsd, netbsd} to usingnamespace
This commit is contained in:
parent
fdddd13106
commit
ddfab40e30
@ -1,5 +1,5 @@
|
||||
const std = @import("../std.zig");
|
||||
use std.c;
|
||||
usingnamespace std.c;
|
||||
|
||||
extern "c" fn __error() *c_int;
|
||||
pub const _errno = __error;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
const std = @import("../std.zig");
|
||||
use std.c;
|
||||
usingnamespace std.c;
|
||||
|
||||
extern "c" fn __errno() *c_int;
|
||||
pub const _errno = __errno;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user