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.
1 parent 0dbadb4 commit 709e5d6Copy full SHA for 709e5d6
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
@@ -6347,6 +6347,11 @@ extern "C" {
6347
dev: dev_t,
6348
) -> ::c_int;
6349
pub fn freadlink(fd: ::c_int, buf: *mut ::c_char, size: ::size_t) -> ::c_int;
6350
+ pub fn execvP(
6351
+ file: *const ::c_char,
6352
+ search_path: *const ::c_char,
6353
+ argv: *const *mut ::c_char,
6354
+ ) -> ::c_int;
6355
}
6356
6357
pub unsafe fn mach_task_self() -> ::mach_port_t {
0 commit comments