We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da902de commit 1aa4f2fCopy full SHA for 1aa4f2f
libc-test/build.rs
@@ -1711,12 +1711,6 @@ fn test_freebsd(target: &str) {
1711
// FIXME: still required?
1712
"SIGUNUSED" => true, // removed in glibc 2.26
1713
1714
- // weird signed extension or something like that?
1715
- // FIXME: still required?
1716
- "MS_NOUSER" => true,
1717
1718
- "MS_RMT_MASK" => true, // updated in glibc 2.22 and musl 1.1.13
1719
-
1720
// These constants were removed in FreeBSD 11 (svn r273250) but will
1721
// still be accepted and ignored at runtime.
1722
"MAP_RENAME" | "MAP_NORESERVE" => true,
0 commit comments