summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger2011-03-091-5/+5
* style updatePeter S. Mazinger2011-03-031-12/+5
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-1/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-3/+3
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-8/+8
* Don't compile arc4random if option not setPeter S. Mazinger2006-02-131-4/+0
* janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger2006-02-081-15/+15
* correct prototypes and 1 reloc lessPeter S. Mazinger2006-01-171-5/+5
* adapt to new hiddenPeter S. Mazinger2006-01-141-3/+9
* import the arc4random() function by ashes in Bug 90Mike Frysinger2006-01-081-0/+208