summaryrefslogtreecommitdiff
path: root/libc/misc/gnu/Makefile.in
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-13 10:54:39 -0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-06-14 10:44:08 +0200
commit10d12e77d5cdffd064719356a87f839225916a4a (patch)
tree0e367602e34de44b29411856930fe9d2930b5c6d /libc/misc/gnu/Makefile.in
parentf143f920694cec922ed2ac4082aab223acc413df (diff)
libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf
This adds a straight forward implementation for obstack_printf and obstack_vprintf on uClibc's already existing obstack_grow and vasprintf. It does not attempt to port over glibc's implementation in terms of _IO_* structs and functions. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc/gnu/Makefile.in')
-rw-r--r--libc/misc/gnu/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/gnu/Makefile.in b/libc/misc/gnu/Makefile.in
index d820746ed..5106b479b 100644
--- a/libc/misc/gnu/Makefile.in
+++ b/libc/misc/gnu/Makefile.in
@@ -7,7 +7,7 @@
subdirs += libc/misc/gnu
-CSRC-$(UCLIBC_HAS_OBSTACK) := obstack.c
+CSRC-$(UCLIBC_HAS_OBSTACK) := obstack.c obprintf.c
MISC_GNU_DIR := $(top_srcdir)libc/misc/gnu
MISC_GNU_OUT := $(top_builddir)libc/misc/gnu