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
83
83
fi
84
84
85
85
# 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
87
87
opt=
88
88
if [ " $TARGET " = " x86_64-unknown-linux-gnux32" ]; then
89
89
opt=" --release"
Original file line number Diff line number Diff line change @@ -1433,10 +1433,8 @@ pub const CLOCK_MONOTONIC_COARSE: ::clockid_t = 6;
1433
1433
pub const CLOCK_BOOTTIME : :: clockid_t = 7 ;
1434
1434
pub const CLOCK_REALTIME_ALARM : :: clockid_t = 8 ;
1435
1435
pub 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 ;
1440
1438
pub const TIMER_ABSTIME : :: c_int = 1 ;
1441
1439
1442
1440
pub const RLIMIT_CPU : :: c_int = 0 ;
@@ -2773,11 +2771,6 @@ pub const TIOCINQ: ::c_int = ::FIONREAD;
2773
2771
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
2774
2772
pub const RTLD_NOLOAD : :: c_int = 0x4 ;
2775
2773
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
-
2781
2774
pub const MCL_CURRENT : :: c_int = 0x0001 ;
2782
2775
pub const MCL_FUTURE : :: c_int = 0x0002 ;
2783
2776
Original file line number Diff line number Diff line change @@ -1287,10 +1287,7 @@ pub const TIOCINQ: ::c_int = ::FIONREAD;
1287
1287
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
1288
1288
pub const RTLD_NOLOAD : :: c_int = 0x4 ;
1289
1289
1290
- // FIXME(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
1291
- // kernel 3.10). See also linux_like/mod.rs
1292
1290
pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
1293
- pub const CLOCK_TAI : :: clockid_t = 11 ;
1294
1291
1295
1292
pub const MCL_CURRENT : :: c_int = 0x0001 ;
1296
1293
pub 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;
328
328
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
329
329
pub const RTLD_NOLOAD : :: c_int = 0x4 ;
330
330
331
- // FIXME(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
332
- // kernel 3.10). See also linux_like/mod.rs
333
331
pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
334
- pub const CLOCK_TAI : :: clockid_t = 11 ;
335
332
336
333
pub const B0 : :: speed_t = 0o000000 ;
337
334
pub 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;
499
499
pub const CLOCK_BOOTTIME : :: clockid_t = 7 ;
500
500
pub const CLOCK_REALTIME_ALARM : :: clockid_t = 8 ;
501
501
pub 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 ;
506
503
pub const TIMER_ABSTIME : :: c_int = 1 ;
507
504
508
505
pub 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;
512
512
pub const CLOCK_MONOTONIC : :: clockid_t = 1 ;
513
513
pub const CLOCK_PROCESS_CPUTIME_ID : :: clockid_t = 2 ;
514
514
pub 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.
517
516
// pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
518
517
// pub const CLOCK_TAI: ::clockid_t = 11;
519
518
pub const TIMER_ABSTIME : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments