summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-05 21:04:40 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-05 21:04:40 +0000
commit6f06a7e4c1594f710828540afa4416ca1a0df031 (patch)
treeaaa1233538ca60a0ae57a68c9e48347558f49062 /libc/stdlib/Makefile
parentf467902b7947a6064b35605dfd2ee74367b80785 (diff)
mjn3 noticed we were missing seed48, which was odd since we had
all the other *48 random functions.
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 01765c1f6..a60af2712 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -82,7 +82,8 @@ CSRC = abort.c getenv.c mkdtemp.c mktemp.c realpath.c mkstemp.c mkstemp64.c \
rand.c random.c random_r.c setenv.c system.c div.c ldiv.c getpt.c \
ptsname.c grantpt.c unlockpt.c gcvt.c drand48-iter.c jrand48.c \
jrand48_r.c lrand48.c lrand48_r.c mrand48.c mrand48_r.c nrand48.c \
- nrand48_r.c rand_r.c srand48.c srand48_r.c calloc.c valloc.c
+ nrand48_r.c rand_r.c srand48.c srand48_r.c seed48.c seed48_r.c \
+ calloc.c valloc.c
ifeq ($(UCLIBC_HAS_FLOATS),y)
CSRC += drand48.c drand48_r.c erand48.c erand48_r.c
endif