summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-04 01:24:10 +0000
committerobrien <obrien@FreeBSD.org>2001-12-04 01:24:10 +0000
commitd2081fa90946526cc94520c49812817fdc5488c6 (patch)
treef25e5effe2f945a5976b41314c9ae75c1f69351e /include/stdio.h
parent536f2aee59848374a716058e0fec20ed83e3896d (diff)
downloadFreeBSD-src-d2081fa90946526cc94520c49812817fdc5488c6.zip
FreeBSD-src-d2081fa90946526cc94520c49812817fdc5488c6.tar.gz
Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.
I leave it up to someone else to fix this breakage properly.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index e54deea..a3f862d 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -309,8 +309,7 @@ __END_DECLS
__BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
char *ctermid_r __P((char *));
-__const char *fmtcheck __P((const char *, const char *))
- __attribute__((__format_arg__(2)));
+__const char *fmtcheck __P((const char *, const char *));
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));
int fseeko __P((FILE *, _BSD_OFF_T_, int));
OpenPOWER on IntegriCloud