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/diprintf.c')
-rw-r--r--newlib/libc/stdio/diprintf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/libc/stdio/diprintf.c b/newlib/libc/stdio/diprintf.c
index 171bf6414..e0a5595e1 100644
--- a/newlib/libc/stdio/diprintf.c
+++ b/newlib/libc/stdio/diprintf.c
@@ -10,7 +10,11 @@ FUNCTION
INDEX
diprintf
INDEX
+ _diprintf_r
+INDEX
vdiprintf
+INDEX
+ _vdiprintf_r
ANSI_SYNOPSIS
#include <stdio.h>
@@ -19,7 +23,7 @@ ANSI_SYNOPSIS
int vdiprintf(int <[fd]>, const char *<[format]>, va_list <[ap]>);
int _diprintf_r(struct _reent *<[ptr]>, int <[fd]>,
const char *<[format]>, ...);
- int _vidprintf_r(struct _reent *<[ptr]>, int <[fd]>,
+ int _vdiprintf_r(struct _reent *<[ptr]>, int <[fd]>,
const char *<[format]>, va_list <[ap]>);
DESCRIPTION