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 15950ba + da445b9 commit bdaf9d5Copy full SHA for bdaf9d5
libc-test/build.rs
@@ -417,7 +417,7 @@ fn main() {
417
// [3]: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sys/eventfd.h;h=6295f32e937e779e74318eb9d3bdbe76aef8a8f3;hb=4e42b5b8f89f0e288e68be7ad70f9525aebc2cff#l34
418
"eventfd" if linux => true,
419
420
- // The `uname` funcion in freebsd is now an inline wrapper that
+ // The `uname` function in freebsd is now an inline wrapper that
421
// delegates to another, but the symbol still exists, so don't check
422
// the symbol.
423
"uname" if freebsd => true,
0 commit comments