diff options
Diffstat (limited to 'lib/libc/stdlib/seed48.c')
-rw-r--r-- | lib/libc/stdlib/seed48.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/seed48.c b/lib/libc/stdlib/seed48.c index 0485ed6a10d..b4b4424c73b 100644 --- a/lib/libc/stdlib/seed48.c +++ b/lib/libc/stdlib/seed48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: seed48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */ +/* $OpenBSD: seed48.c,v 1.6 2015/09/13 15:20:40 guenther Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier * All rights reserved. @@ -42,3 +42,4 @@ seed48_deterministic(unsigned short xseed[3]) __rand48_add = RAND48_ADD; return sseed; } +DEF_WEAK(seed48_deterministic); |