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.
fexecve
1 parent bea7771 commit 3a1582fCopy full SHA for 3a1582f
libc-test/build.rs
@@ -1064,6 +1064,9 @@ fn test_solarish(target: &str) {
1064
// const-ness issues
1065
"execv" | "execve" | "execvp" | "settimeofday" | "sethostname" => true,
1066
1067
+ // FIXME(1.0): https://github.com/rust-lang/libc/issues/1272
1068
+ "fexecve" => true,
1069
+
1070
// Solaris-different
1071
"getpwent_r" | "getgrent_r" | "updwtmpx" if is_illumos => true,
1072
"madvise" | "mprotect" if is_illumos => true,
0 commit comments