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/asnprintf.c')
-rw-r--r--newlib/libc/stdio/asnprintf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/stdio/asnprintf.c b/newlib/libc/stdio/asnprintf.c
index 2e8d8aabb..a37c50358 100644
--- a/newlib/libc/stdio/asnprintf.c
+++ b/newlib/libc/stdio/asnprintf.c
@@ -58,12 +58,6 @@ _DEFUN(_asnprintf_r, (ptr, buf, lenp, fmt),
return (char *) f._bf._base;
}
-#ifdef _NANO_FORMATTED_IO
-char *
-_EXFUN(_asniprintf_r, (struct _reent *, char *, size_t *, const char *, ...)
- _ATTRIBUTE ((__alias__("_asnprintf_r"))));
-#endif
-
#ifndef _REENT_ONLY
char *
@@ -111,9 +105,4 @@ _DEFUN(asnprintf, (buf, lenp, fmt),
return (char *) f._bf._base;
}
-#ifdef _NANO_FORMATTED_IO
-char *
-_EXFUN(asniprintf, (char *, size_t *, const char *, ...)
- _ATTRIBUTE ((__alias__("asnprintf"))));
-#endif
#endif /* ! _REENT_ONLY */