summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/lrand48.c
AgeCommit message (Collapse)Author
2013-10-22Reduce amount of casts and make LP64 safe.matt
2005-06-12Add missing __RCSID()lukem
2000-01-22Delint.mycroft
Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
1998-11-15delintchristos
1998-01-09RCS Id Police.perry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will use those names internally. Weak aliases are used to provide the original names to the API. This is only the first part of this change. It is most of the functions which are implemented in C for all NetBSD ports. Subsequent changes are to add the same support to the remaining C files, to assembly files, and to the automagically generated assembly source used for system calls. When all of the above is done, ports with weak alias support should add a definition for __weak_alias to <sys/cdefs.h>.
1993-10-14Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in thejtc
user's namespace.
1993-10-13Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.jtc
1993-10-07Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)brezak