aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:24:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:24:10 +0000
commit38f54953b3597c202cacc76928ea4c915d855622 (patch)
treef25e5effe2f945a5976b41314c9ae75c1f69351e /include
parent0ed55f1f2aed32a6c962ee97bb2622d48217f508 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index e54deeaec40e..a3f862d758bb 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));