mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.c (darwin) update to new opaque syntax
This was an undetected conflict between76a195473dand95a37373e9
This commit is contained in:
parent
76a195473d
commit
a4828f6d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub const COPYFILE_STAT = 1 << 1;
|
|||
pub const COPYFILE_XATTR = 1 << 2;
|
||||
pub const COPYFILE_DATA = 1 << 3;
|
||||
|
||||
pub const copyfile_state_t = *@Type(.Opaque);
|
||||
pub const copyfile_state_t = *opaque {};
|
||||
pub extern "c" fn fcopyfile(from: fd_t, to: fd_t, state: ?copyfile_state_t, flags: u32) c_int;
|
||||
|
||||
pub extern "c" fn @"realpath$DARWIN_EXTSN"(noalias file_name: [*:0]const u8, noalias resolved_name: [*]u8) ?[*:0]u8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue