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:
Diffstat (limited to 'newlib/libc/stdio/scanf.c')
-rw-r--r--newlib/libc/stdio/scanf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/stdio/scanf.c b/newlib/libc/stdio/scanf.c
index 23e97b83d..84992a558 100644
--- a/newlib/libc/stdio/scanf.c
+++ b/newlib/libc/stdio/scanf.c
@@ -51,12 +51,6 @@ scanf(fmt, va_alist)
return ret;
}
-#ifdef _NANO_FORMATTED_IO
-int
-_EXFUN(iscanf, (const char *, ...)
- _ATTRIBUTE ((__alias__("scanf"))));
-#endif
-
#endif /* !_REENT_ONLY */
int
@@ -83,8 +77,3 @@ _scanf_r(ptr, fmt, va_alist)
return (ret);
}
-#ifdef _NANO_FORMATTED_IO
-int
-_EXFUN(_iscanf_r, (struct _reent *, const char *, ...)
- _ATTRIBUTE ((__alias__("_scanf_r"))));
-#endif