@@ -23,13 +23,13 @@ pub const ECOMM: ::c_int = 70;
2323pub  const  EPROTO :  :: c_int  = 71 ; 
2424pub  const  EDOTDOT :  :: c_int  = 73 ; 
2525
26- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
26+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
2727pub  const  SA_NODEFER :  :: c_ulong  = 0x40000000 ; 
28- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
28+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
2929pub  const  SA_RESETHAND :  :: c_ulong  = 0x80000000 ; 
30- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
30+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
3131pub  const  SA_RESTART :  :: c_ulong  = 0x10000000 ; 
32- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
32+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
3333pub  const  SA_NOCLDSTOP :  :: c_ulong  = 0x00000001 ; 
3434
3535pub  const  EPOLL_CLOEXEC :  :: c_int  = 0x80000 ; 
@@ -162,11 +162,11 @@ pub const SOCK_STREAM: ::c_int = 2;
162162pub  const  SOCK_DGRAM :  :: c_int  = 1 ; 
163163pub  const  SOCK_SEQPACKET :  :: c_int  = 5 ; 
164164
165- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
165+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
166166pub  const  SA_ONSTACK :  :: c_ulong  = 0x08000000 ; 
167- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
167+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
168168pub  const  SA_SIGINFO :  :: c_ulong  = 0x00000008 ; 
169- #[ deprecated( since = "0.2.142 " ,  note = "Use c_ulong instead." ) ]  
169+ #[ deprecated( since = "0.2.143 " ,  note = "Use c_ulong instead." ) ]  
170170pub  const  SA_NOCLDWAIT :  :: c_ulong  = 0x00010000 ; 
171171
172172pub  const  SIGCHLD :  :: c_int  = 18 ; 
0 commit comments