Make programs that define a macro called `dprintf' more likely to work.

This commit is contained in:
David Schultz 2009-03-25 08:07:52 +00:00
parent a8eaa9a1b4
commit bccfb078c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190409

View File

@ -381,7 +381,7 @@ ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
#endif
#ifdef _WITH_DPRINTF
int dprintf(int, const char * __restrict, ...);
int (dprintf)(int, const char * __restrict, ...);
#endif
#endif /* __BSD_VISIBLE || __POSIX_VISIBLE >= 200809 */