summaryrefslogtreecommitdiff
path: root/libc/stdio/fgetc_unlocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fgetc_unlocked.c')
-rw-r--r--libc/stdio/fgetc_unlocked.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/stdio/fgetc_unlocked.c b/libc/stdio/fgetc_unlocked.c
new file mode 100644
index 000000000..a20c7eef2
--- /dev/null
+++ b/libc/stdio/fgetc_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 "fgetc.c"