summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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