@@ -76,7 +76,7 @@ pub type sctp_assoc_t = __s32;
7676pub type eventfd_t = u64 ;
7777missing ! {
7878 #[ cfg_attr( feature = "extra_traits" , derive( Debug ) ) ]
79- pub enum fpos64_t { } // FIXME: fill this out with a struct
79+ pub enum fpos64_t { } // FIXME(linux) : fill this out with a struct
8080}
8181
8282e ! {
@@ -1751,7 +1751,7 @@ cfg_if! {
17511751 . field( "d_off" , & self . d_off)
17521752 . field( "d_reclen" , & self . d_reclen)
17531753 . field( "d_type" , & self . d_type)
1754- // FIXME: .field("d_name", &self.d_name)
1754+ // FIXME(debug) : .field("d_name", &self.d_name)
17551755 . finish( )
17561756 }
17571757 }
@@ -1789,7 +1789,7 @@ cfg_if! {
17891789 . field( "d_off" , & self . d_off)
17901790 . field( "d_reclen" , & self . d_reclen)
17911791 . field( "d_type" , & self . d_type)
1792- // FIXME: .field("d_name", &self.d_name)
1792+ // FIXME(debug) : .field("d_name", &self.d_name)
17931793 . finish( )
17941794 }
17951795 }
@@ -1815,7 +1815,7 @@ cfg_if! {
18151815 impl fmt:: Debug for pthread_cond_t {
18161816 fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
18171817 f. debug_struct( "pthread_cond_t" )
1818- // FIXME: .field("size", &self.size)
1818+ // FIXME(debug) : .field("size", &self.size)
18191819 . finish( )
18201820 }
18211821 }
@@ -1837,7 +1837,7 @@ cfg_if! {
18371837 impl fmt:: Debug for pthread_mutex_t {
18381838 fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
18391839 f. debug_struct( "pthread_mutex_t" )
1840- // FIXME: .field("size", &self.size)
1840+ // FIXME(debug) : .field("size", &self.size)
18411841 . finish( )
18421842 }
18431843 }
@@ -1859,7 +1859,7 @@ cfg_if! {
18591859 impl fmt:: Debug for pthread_rwlock_t {
18601860 fn fmt( & self , f: & mut fmt:: Formatter ) -> fmt:: Result {
18611861 f. debug_struct( "pthread_rwlock_t" )
1862- // FIXME: .field("size", &self.size)
1862+ // FIXME(debug) : .field("size", &self.size)
18631863 . finish( )
18641864 }
18651865 }
0 commit comments