We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0a9334 + 709e5d6 commit ebf01ceCopy full SHA for ebf01ce
libc-test/semver/apple.txt
@@ -1883,6 +1883,7 @@ endpwent
1883
endservent
1884
endutxent
1885
exchangedata
1886
+execvP
1887
faccessat
1888
fchdir
1889
fchflags
src/unix/bsd/apple/mod.rs
@@ -6396,6 +6396,11 @@ extern "C" {
6396
dev: dev_t,
6397
) -> ::c_int;
6398
pub fn freadlink(fd: ::c_int, buf: *mut ::c_char, size: ::size_t) -> ::c_int;
6399
+ pub fn execvP(
6400
+ file: *const ::c_char,
6401
+ search_path: *const ::c_char,
6402
+ argv: *const *mut ::c_char,
6403
+ ) -> ::c_int;
6404
}
6405
6406
pub unsafe fn mach_task_self() -> ::mach_port_t {
0 commit comments