aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/random.cc
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Cygwin: fix build with GCC 7Yaakov Selkowitz1-9/+5
2016-08-20Only define __getreent inline function when building newlib or CygwinCorinna Vinschen1-0/+2
2016-03-29Fix Cygwin setstate definitionCorinna Vinschen1-1/+1
2016-03-20srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen1-10/+1
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-1/+1
2008-05-13 * random.cc (initstate): Align to POSIX definition.Corinna Vinschen1-4/+5
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0
2007-07-08* Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor1-18/+20
2007-07-08Add initial FreeBSD version of random.cChristopher Faylor1-0/+502