summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-05 09:40:03 -0800
committerPixel <pixel@nobis-crew.org>2011-02-05 09:40:03 -0800
commit4830af498e2d3a5440e65c63a3595b91f1cd4ac9 (patch)
tree83f7fdea09348a2bf440ebfb79c4716c3b612297 /libc/Makefile
parentafdbb22838d7528b70924232814cb84e25890d83 (diff)
Added qsort, stolen from libnix.
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 9ef6392..aa04e93 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -22,6 +22,8 @@ src/write.c \
src/stdio.c \
src/errno.c \
\
+src/qsort.c \
+\
src/reent.c \
\
src/exit.c \