summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2008-06-24 06:01:34 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2008-06-24 06:01:34 +0000
commit362a4c15a2ddeb3f9a28cd8e5532dd956a3f5311 (patch)
tree38a39923230760fcf16a265bef309dc2447cac9a /include/stdlib.h
parentf16e4a8bc9221bf9c3401c8d6339ebe714ce58c5 (diff)
remove recalloc; sloppy me; ok deraadt@
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 513dde1920d..bd1a28386b8 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdlib.h,v 1.43 2008/06/20 15:21:06 ragge Exp $ */
+/* $OpenBSD: stdlib.h,v 1.44 2008/06/24 06:01:33 otto Exp $ */
/* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */
/*-
@@ -128,7 +128,6 @@ void *malloc(size_t);
void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
int rand(void);
void *realloc(void *, size_t);
-void *recalloc(void *, size_t, size_t);
void srand(unsigned);
double strtod(const char *, char **);
float strtof(const char *, char **);