diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-25 08:07:52 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-25 08:07:52 +0000 |
| commit | bccfb078c4637f07eed133448c0b33997670e6d0 (patch) | |
| tree | 5542df34dd3a480c822a6878799b320fd871f065 /include | |
| parent | a8eaa9a1b4e1c70286f1f09b06aae6dd370d89b9 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index d9f36289339c..8446d63349f4 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 */ |
