File tree Expand file tree Collapse file tree 6 files changed +5
-22
lines changed Expand file tree Collapse file tree 6 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ if [ "$QEMU" != "" ]; then
8383fi
8484
8585# FIXME: x86_64-unknown-linux-gnux32 fail to compile without --release
86- # See https://github.com/rust-lang/rust/issues/45417
86+ # See https://github.com/rust-lang/rust/issues/59220
8787opt=
8888if [ " $TARGET " = " x86_64-unknown-linux-gnux32" ]; then
8989 opt=" --release"
Original file line number Diff line number Diff line change @@ -1433,10 +1433,8 @@ pub const CLOCK_MONOTONIC_COARSE: ::clockid_t = 6;
14331433pub const CLOCK_BOOTTIME : :: clockid_t = 7 ;
14341434pub const CLOCK_REALTIME_ALARM : :: clockid_t = 8 ;
14351435pub const CLOCK_BOOTTIME_ALARM : :: clockid_t = 9 ;
1436- // FIXME(#247) Someday our Travis shall have glibc 2.21 (released in Sep
1437- // 2014.) See also musl/mod.rs
1438- // pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
1439- // pub const CLOCK_TAI: ::clockid_t = 11;
1436+ pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
1437+ pub const CLOCK_TAI : :: clockid_t = 11 ;
14401438pub const TIMER_ABSTIME : :: c_int = 1 ;
14411439
14421440pub const RLIMIT_CPU : :: c_int = 0 ;
@@ -2773,11 +2771,6 @@ pub const TIOCINQ: ::c_int = ::FIONREAD;
27732771pub const RTLD_GLOBAL : :: c_int = 0x100 ;
27742772pub const RTLD_NOLOAD : :: c_int = 0x4 ;
27752773
2776- // FIXME(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
2777- // kernel 3.10). See also notbsd/mod.rs
2778- pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
2779- pub const CLOCK_TAI : :: clockid_t = 11 ;
2780-
27812774pub const MCL_CURRENT : :: c_int = 0x0001 ;
27822775pub const MCL_FUTURE : :: c_int = 0x0002 ;
27832776
Original file line number Diff line number Diff line change @@ -1287,10 +1287,7 @@ pub const TIOCINQ: ::c_int = ::FIONREAD;
12871287pub const RTLD_GLOBAL : :: c_int = 0x100 ;
12881288pub const RTLD_NOLOAD : :: c_int = 0x4 ;
12891289
1290- // FIXME(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
1291- // kernel 3.10). See also linux_like/mod.rs
12921290pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
1293- pub const CLOCK_TAI : :: clockid_t = 11 ;
12941291
12951292pub const MCL_CURRENT : :: c_int = 0x0001 ;
12961293pub const MCL_FUTURE : :: c_int = 0x0002 ;
Original file line number Diff line number Diff line change @@ -328,10 +328,7 @@ pub const TCSAFLUSH: ::c_int = 2;
328328pub const RTLD_GLOBAL : :: c_int = 0x100 ;
329329pub const RTLD_NOLOAD : :: c_int = 0x4 ;
330330
331- // FIXME(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
332- // kernel 3.10). See also linux_like/mod.rs
333331pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
334- pub const CLOCK_TAI : :: clockid_t = 11 ;
335332
336333pub const B0 : :: speed_t = 0o000000 ;
337334pub const B50 : :: speed_t = 0o000001 ;
Original file line number Diff line number Diff line change @@ -499,10 +499,7 @@ pub const CLOCK_MONOTONIC_COARSE: ::clockid_t = 6;
499499pub const CLOCK_BOOTTIME : :: clockid_t = 7 ;
500500pub const CLOCK_REALTIME_ALARM : :: clockid_t = 8 ;
501501pub const CLOCK_BOOTTIME_ALARM : :: clockid_t = 9 ;
502- // FIXME(#247) Someday our Travis shall have glibc 2.21 (released in Sep
503- // 2014.) See also musl/mod.rs
504- // pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
505- // pub const CLOCK_TAI: ::clockid_t = 11;
502+ pub const CLOCK_TAI : :: clockid_t = 11 ;
506503pub const TIMER_ABSTIME : :: c_int = 1 ;
507504
508505pub const RUSAGE_SELF : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -512,8 +512,7 @@ pub const CLOCK_REALTIME: ::clockid_t = 0;
512512pub const CLOCK_MONOTONIC : :: clockid_t = 1 ;
513513pub const CLOCK_PROCESS_CPUTIME_ID : :: clockid_t = 2 ;
514514pub const CLOCK_THREAD_CPUTIME_ID : :: clockid_t = 3 ;
515- // FIXME(#247) Someday our Travis shall have glibc 2.21 (released in Sep
516- // 2014.) See also musl/mod.rs
515+ // FIXME: Add these constants once uclibc gets them.
517516// pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
518517// pub const CLOCK_TAI: ::clockid_t = 11;
519518pub const TIMER_ABSTIME : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments