mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
std: fix std.c._msize signature
This commit is contained in:
parent
fd9cfc39f5
commit
63c5329156
@ -11309,7 +11309,7 @@ const private = struct {
|
||||
extern "c" fn getentropy(buffer: [*]u8, size: usize) c_int;
|
||||
extern "c" fn arc4random_buf(buf: [*]u8, len: usize) void;
|
||||
|
||||
extern "c" fn _msize(memblock: ?*anyopaque) usize;
|
||||
extern "c" fn _msize(?*const anyopaque) usize;
|
||||
extern "c" fn malloc_size(?*const anyopaque) usize;
|
||||
extern "c" fn malloc_usable_size(?*const anyopaque) usize;
|
||||
extern "c" fn posix_memalign(memptr: *?*anyopaque, alignment: usize, size: usize) c_int;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user