Skip to content

Commit 4d1efd9

Browse files
committed
Exclude MS_RMT_MASK from libc-test
It was updated recently, so the test is known to fail depending on the libc version of the test environment. Signed-off-by: NODA, Kai <[email protected]>
1 parent 75a69bf commit 4d1efd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ fn main() {
312312

313313
// weird signed extension or something like that?
314314
"MS_NOUSER" => true,
315+
"MS_RMT_MASK" => true, // updated in glibc 2.22 and musl 1.1.13
315316

316317
// These OSX constants are flagged as deprecated
317318
"NOTE_EXIT_REPARENTED" |

0 commit comments

Comments
 (0)