[BACK]Return to stdlib.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdlib.h between version 1.40 and 1.41

version 1.40, 2007/09/03 14:37:02 version 1.41, 2008/03/16 19:47:43
Line 272 
Line 272 
 void    arc4random_stir(void);  void    arc4random_stir(void);
 void    arc4random_addrandom(unsigned char *, int)  void    arc4random_addrandom(unsigned char *, int)
         __attribute__((__bounded__ (__string__,1,2)));          __attribute__((__bounded__ (__string__,1,2)));
   u_int32_t arc4random_uniform(u_int32_t);
   void arc4random_buf(void *, size_t)
           __attribute__((__bounded__ (__string__,1,2)));
   
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41