We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af2f80 commit 1e1d907Copy full SHA for 1e1d907
src/libprofiler_builtins/build.rs
@@ -43,6 +43,8 @@ fn main() {
43
cfg.define("strdup", Some("_strdup"));
44
cfg.define("open", Some("_open"));
45
cfg.define("fdopen", Some("_fdopen"));
46
+ cfg.define("getpid", Some("_getpid"));
47
+ cfg.define("fileno", Some("_fileno"));
48
} else {
49
// Turn off various features of gcc and such, mostly copying
50
// compiler-rt's build system already
0 commit comments