summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
-rw-r--r--include/stdlib.h5
2 files changed, 4 insertions, 5 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 5c9f6d04a1b..0a762e23137 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdio.h,v 1.38 2000/07/28 09:38:15 kleink Exp $ */
+/* $NetBSD: stdio.h,v 1.39 2000/11/15 15:44:05 briggs Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -362,6 +362,8 @@ int vscanf __P((const char *, _BSD_VA_LIST_))
__attribute__((__format__(__scanf__, 1, 0)));
int vsscanf __P((const char *, const char *, _BSD_VA_LIST_))
__attribute__((__format__(__scanf__, 2, 0)));
+__const char *fmtcheck __P((const char *, const char *))
+ __attribute__((__format_arg__(2)));
__END_DECLS
/*
diff --git a/include/stdlib.h b/include/stdlib.h
index 66c4ff0c587..e6cec1e68eb 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.49 2000/10/20 18:46:05 briggs Exp $ */
+/* $NetBSD: stdlib.h,v 1.50 2000/11/15 15:44:05 briggs Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -255,9 +255,6 @@ void unsetenv __P((const char *));
void setproctitle __P((const char *, ...))
__attribute__((__format__(__printf__, 1, 2)));
-__const char *fmtcheck __P((const char *, const char *))
- __attribute__((__format_arg__(2)));
-
quad_t qabs __P((quad_t));
qdiv_t qdiv __P((quad_t, quad_t));
quad_t strtoq __P((const char *, char **, int));