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

Diff for /src/include/stdlib.h between version 1.70 and 1.71

version 1.70, 2017/05/10 21:48:29 version 1.71, 2017/05/11 11:52:18
Line 308 
Line 308 
 uint32_t arc4random(void);  uint32_t arc4random(void);
 uint32_t arc4random_uniform(uint32_t);  uint32_t arc4random_uniform(uint32_t);
 void arc4random_buf(void *, size_t)  void arc4random_buf(void *, size_t)
         __attribute__((__bounded__ (__string__,1,2)));          __attribute__((__bounded__ (__buffer__,1,2)));
   
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71