diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2006-01-26 20:53:40 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2006-01-26 20:53:40 +0000 |
| commit | 3acb8d3f94d62cc6b5676f7b8e2d5d21ff18bfb9 (patch) | |
| tree | fec6a02b6de494ca8a95536d26d8c3d542bc25e3 /include/stdio.h | |
| parent | c74da55a0e2db08a904f3f1ea5168253f5e28023 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/stdio.h b/include/stdio.h index 8ff084dbd4a8..d25f02c76088 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -328,12 +328,7 @@ char *tempnam(const char *, const char *); int asprintf(char **, const char *, ...) __printflike(2, 3); char *ctermid_r(char *); char *fgetln(FILE *, size_t *); -#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3 -#define __ATTR_FORMAT_ARG __attribute__((__format_arg__(2))) -#else -#define __ATTR_FORMAT_ARG -#endif -__const char *fmtcheck(const char *, const char *) __ATTR_FORMAT_ARG; +__const char *fmtcheck(const char *, const char *) __format_arg(2); int fpurge(FILE *); void setbuffer(FILE *, char *, int); int setlinebuf(FILE *); |
