summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-09-04 02:45:42 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-09-04 02:45:42 +0000
commit55f46cc3874659f126a1151a51781b142eeac88a (patch)
tree2410d921f7b656b493d76a73347c965fc6358a5b /libc/stdlib/Makefile
parent4f726510eb51706fb3c35e78f22c36ae3323a3c7 (diff)
Added function 'mkdtemp' for Linux Test Project.
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 99a267056..91a855f6f 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -41,7 +41,7 @@ endif
MSRC2=atexit.c
MOBJ2=atexit.o on_exit.o __exit_handler.o exit.o
-CSRC = abort.c getenv.c mktemp.c realpath.c mkstemp.c mkstemp64.c \
+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.c \
drand48-iter.c drand48_r.c erand48.c erand48_r.c jrand48.c \