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.
1 parent 35d721a commit 9c81e0dCopy full SHA for 9c81e0d
libc-test/build.rs
@@ -2257,12 +2257,6 @@ fn test_freebsd(target: &str) {
2257
// still be accepted and ignored at runtime.
2258
"MAP_RENAME" | "MAP_NORESERVE" => true,
2259
2260
- // FIXME: These are deprecated - remove in a couple of releases.
2261
- // These constants were removed in FreeBSD 11 (svn r262489),
2262
- // and they've never had any legitimate use outside of the
2263
- // base system anyway.
2264
- "CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "USER_MAXID" => true,
2265
-
2266
// FIXME: This is deprecated - remove in a couple of releases.
2267
// This was removed in FreeBSD 14 (git 1b4701fe1e8) and never
2268
// should've been used anywhere anyway.
0 commit comments