summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index e28667d0e35..404e756aa44 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.96 2011/03/15 12:21:08 pooka Exp $ */
+/* $NetBSD: stdlib.h,v 1.97 2011/03/16 00:48:34 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -282,8 +282,6 @@ __aconst char *devname(dev_t, mode_t) __RENAME(__devname50);
int humanize_number(char *, size_t, int64_t, const char *, int, int);
int dehumanize_number(const char *, int64_t *);
-int commaize_number(char *, size_t, int64_t);
-
devmajor_t getdevmajor(const char *, mode_t);
int getloadavg(double [], int);