diff options
Diffstat (limited to 'libc/stdio/clearerr_unlocked.c')
-rw-r--r-- | libc/stdio/clearerr_unlocked.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/stdio/clearerr_unlocked.c b/libc/stdio/clearerr_unlocked.c new file mode 100644 index 000000000..1728d0378 --- /dev/null +++ b/libc/stdio/clearerr_unlocked.c @@ -0,0 +1,9 @@ +/* Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org> + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + * + * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. + */ +#define __DO_UNLOCKED +#include "clearerr.c" |