mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Revert "std.c: fix haiku's find_path signature."
This reverts commit 9e0ac4449a18677ba695f7a75342cbdb049aad52.
This commit is contained in:
parent
33e4cbb20f
commit
66d5f391ea
@ -13,7 +13,7 @@ pub const _errno = _errnop;
|
||||
|
||||
pub extern "c" fn find_directory(which: directory_which, volume: i32, createIt: bool, path_ptr: [*]u8, length: i32) status_t;
|
||||
|
||||
pub extern "c" fn find_path(codePointer: ?*const u8, baseDirectory: path_base_directory, subPath: ?[*:0]const u8, pathBuffer: [*:0]u8, bufferSize: usize) status_t;
|
||||
pub extern "c" fn find_path(codePointer: *const u8, baseDirectory: path_base_directory, subPath: [*:0]const u8, pathBuffer: [*:0]u8, bufferSize: usize) status_t;
|
||||
|
||||
pub extern "c" fn find_thread(thread_name: ?*anyopaque) i32;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user