Allow C++ to call fdprintf
Change-Id: I1adb7b165ab9f62eaee4e7a9108e8b461350b347
This commit is contained in:
parent
1625c7a837
commit
f39a3fe67d
@ -452,8 +452,10 @@ extern int __isthreaded;
|
|||||||
* fdprintf is a better name, and some programs that use fdprintf use a
|
* fdprintf is a better name, and some programs that use fdprintf use a
|
||||||
* #define fdprintf dprintf for compatibility
|
* #define fdprintf dprintf for compatibility
|
||||||
*/
|
*/
|
||||||
|
__BEGIN_DECLS
|
||||||
int fdprintf(int, const char*, ...);
|
int fdprintf(int, const char*, ...);
|
||||||
int vfdprintf(int, const char*, __va_list);
|
int vfdprintf(int, const char*, __va_list);
|
||||||
|
__END_DECLS
|
||||||
#endif /* _GNU_SOURCE */
|
#endif /* _GNU_SOURCE */
|
||||||
|
|
||||||
#endif /* _STDIO_H_ */
|
#endif /* _STDIO_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user