summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorbriggs <briggs@NetBSD.org>2000-11-15 15:44:05 +0000
committerbriggs <briggs@NetBSD.org>2000-11-15 15:44:05 +0000
commite4bb13f3cd2acaf2ba0d5dc6858475ea43f2388a (patch)
tree0cfd231ac2447044163205cdbcc84812f300a9b4 /include/stdlib.h
parentced4cea08e6f8a5840b329d5722c1aa3e15034e0 (diff)
Move fmtcheck() prototype to stdio.h. It makes more sense to declare it
with the formatting functions with which it is meant to be used. Thanks to Klaus Klein for "encouraging" me to make this change.
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h5
1 files changed, 1 insertions, 4 deletions
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));