summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/random.cc
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor2007-07-081-18/+20
| | | | | | | | libiberty. * random.cc: Import from FreeBSD. Modify for Cygwin environment. * include/cygwin/stdlib.h (random): Reflect change in return value to be more linux/freebsd-like. (srandom): Ditto.
* Add initial FreeBSD version of random.cChristopher Faylor2007-07-081-0/+502