From 42c9f525369ba06742d53d7a89ad00153b317de6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:14:12 +0000 Subject: Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files --- libc/stdio/fputs_unlocked.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libc/stdio/fputs_unlocked.c (limited to 'libc/stdio/fputs_unlocked.c') diff --git a/libc/stdio/fputs_unlocked.c b/libc/stdio/fputs_unlocked.c new file mode 100644 index 000000000..c7ff3f59b --- /dev/null +++ b/libc/stdio/fputs_unlocked.c @@ -0,0 +1,14 @@ +/* Copyright (C) 2004 Manuel Novoa III + * Copyright (C) 2000-2006 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + * + * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. + */ + +#include + +#ifdef __USE_GNU +# define __DO_UNLOCKED +# include "fputs.c" +#endif -- cgit v1.2.3