Skip to content

Commit 1aa4f2f

Browse files
committed
Test MS_ constants on FreeBSD
1 parent da902de commit 1aa4f2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc-test/build.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1711,12 +1711,6 @@ fn test_freebsd(target: &str) {
17111711
// FIXME: still required?
17121712
"SIGUNUSED" => true, // removed in glibc 2.26
17131713

1714-
// weird signed extension or something like that?
1715-
// FIXME: still required?
1716-
"MS_NOUSER" => true,
1717-
// FIXME: still required?
1718-
"MS_RMT_MASK" => true, // updated in glibc 2.22 and musl 1.1.13
1719-
17201714
// These constants were removed in FreeBSD 11 (svn r273250) but will
17211715
// still be accepted and ignored at runtime.
17221716
"MAP_RENAME" | "MAP_NORESERVE" => true,

0 commit comments

Comments
 (0)