@@ -109,7 +109,7 @@ impl ::Clone for DIR {
109109}
110110
111111#[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
112- pub enum fpos64_t { } // TODO : fill this out with a struct
112+ pub enum fpos64_t { } // FIXME : fill this out with a struct
113113impl :: Copy for fpos64_t { }
114114impl :: Clone for fpos64_t {
115115 fn clone ( & self ) -> fpos64_t {
@@ -1416,7 +1416,7 @@ pub const F_SEAL_SHRINK: ::c_int = 0x0002;
14161416pub const F_SEAL_GROW : :: c_int = 0x0004 ;
14171417pub const F_SEAL_WRITE : :: c_int = 0x0008 ;
14181418
1419- // TODO (#235): Include file sealing fcntls once we have a way to verify them.
1419+ // FIXME (#235): Include file sealing fcntls once we have a way to verify them.
14201420
14211421pub const SIGTRAP : :: c_int = 5 ;
14221422
@@ -1433,7 +1433,7 @@ 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- // TODO (#247) Someday our Travis shall have glibc 2.21 (released in Sep
1436+ // FIXME (#247) Someday our Travis shall have glibc 2.21 (released in Sep
14371437// 2014.) See also musl/mod.rs
14381438// pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
14391439// pub const CLOCK_TAI: ::clockid_t = 11;
@@ -2773,7 +2773,7 @@ pub const TIOCINQ: ::c_int = ::FIONREAD;
27732773pub const RTLD_GLOBAL : :: c_int = 0x100 ;
27742774pub const RTLD_NOLOAD : :: c_int = 0x4 ;
27752775
2776- // TODO (#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
2776+ // FIXME (#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
27772777// kernel 3.10). See also notbsd/mod.rs
27782778pub const CLOCK_SGI_CYCLE : :: clockid_t = 10 ;
27792779pub const CLOCK_TAI : :: clockid_t = 11 ;
@@ -3273,7 +3273,7 @@ impl ::Clone for FILE {
32733273 }
32743274}
32753275#[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
3276- pub enum fpos_t { } // TODO : fill this out with a struct
3276+ pub enum fpos_t { } // FIXME : fill this out with a struct
32773277impl :: Copy for fpos_t { }
32783278impl :: Clone for fpos_t {
32793279 fn clone ( & self ) -> fpos_t {
0 commit comments