mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Protect dprintf prototype with #ifndef dprintf so as to not interfere with historical code defining their own dprintf macro.
This commit is contained in:
parent
13220d1a70
commit
8eeee74e95
@ -1,3 +1,9 @@
|
|||||||
|
2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/stdio.h: Protect dprintf prototype
|
||||||
|
with #ifndef dprintf so as to not interfere with
|
||||||
|
historical code defining their own dprintf macro.
|
||||||
|
|
||||||
2006-05-18 Jeff Johnston <jjohnstn@redhat.com>
|
2006-05-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/include/stdio.h: Add prototypes for fiscanf,
|
* libc/include/stdio.h: Add prototypes for fiscanf,
|
||||||
|
@ -229,7 +229,9 @@ off_t _EXFUN(ftello, ( FILE *));
|
|||||||
#ifndef _REENT_ONLY
|
#ifndef _REENT_ONLY
|
||||||
int _EXFUN(asiprintf, (char **, const char *, ...));
|
int _EXFUN(asiprintf, (char **, const char *, ...));
|
||||||
int _EXFUN(asprintf, (char **, const char *, ...));
|
int _EXFUN(asprintf, (char **, const char *, ...));
|
||||||
|
#ifndef dprintf
|
||||||
int _EXFUN(dprintf, (int, const char *, ...));
|
int _EXFUN(dprintf, (int, const char *, ...));
|
||||||
|
#endif
|
||||||
int _EXFUN(fcloseall, (_VOID));
|
int _EXFUN(fcloseall, (_VOID));
|
||||||
int _EXFUN(fiprintf, (FILE *, const char *, ...));
|
int _EXFUN(fiprintf, (FILE *, const char *, ...));
|
||||||
int _EXFUN(fiscanf, (FILE *, const char *, ...));
|
int _EXFUN(fiscanf, (FILE *, const char *, ...));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user