Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-11-20 04:42:35 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-11-20 04:42:35 +0300
commit0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f (patch)
tree56183de69337ea168d6583de6d282a1e0489586f /newlib/libc/stdio/Makefile.am
parent225699ae46a8b4089f9c18ecdcbc0353d48d6781 (diff)
2004-11-19 Shaun Jackman <sjackman@gmail.com>
* libc/include/stdio.h: Add sniprintf. * libc/stdio/Makefile.am: Add sniprintf.c. * libc/stdio/Makefile.in: Regenerated. * libc/stdio/sniprintf.c: New file. * libc/stdio/stdio.tex: Add sniprintf.
Diffstat (limited to 'newlib/libc/stdio/Makefile.am')
-rw-r--r--newlib/libc/stdio/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 37911efb9..c8d689e25 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -58,6 +58,7 @@ GENERAL_SOURCES = \
setlinebuf.c \
setvbuf.c \
siprintf.c \
+ sniprintf.c \
snprintf.c \
sprintf.c \
sscanf.c \
@@ -167,6 +168,7 @@ CHEWOUT_FILES = \
setlinebuf.def \
setvbuf.def \
siprintf.def \
+ sniprintf.def \
sprintf.def \
sscanf.def \
tmpfile.def \