From bd5a138629771ae174927791fcc7515232a0e4fa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 13 Aug 2012 11:29:13 +0200 Subject: libcsupport: Add and use rtems_putc() This reduces code size and provides a function similar to fputc(). --- cpukit/libcsupport/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index ae233381a1..04d2455dfd 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -120,6 +120,7 @@ BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c src/issetugid.c libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \ src/printk_plugin.c src/putk.c src/vprintk.c \ + src/rtems_putc.c \ src/printf_plugin.c \ src/sup_fs_location.c \ src/sup_fs_eval_path.c \ -- cgit v1.2.3