Skip to content

Commit e7cdcd0

Browse files
committed
build.rs: Add linux_time_bits64 to ALLOWED_CFGS
linux_time_bits64 will be used to match __USE_TIME_BITS64 in the uapi headers.
1 parent 951cab5 commit e7cdcd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ALLOWED_CFGS: &'static [&'static str] = &[
1515
"freebsd15",
1616
"libc_deny_warnings",
1717
"libc_ctest",
18+
"linux_time_bits64",
1819
];
1920

2021
// Extra values to allow for check-cfg.

0 commit comments

Comments
 (0)