diff options
| author | christos <christos@NetBSD.org> | 2011-03-16 00:48:34 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-03-16 00:48:34 +0000 |
| commit | 98f3e0c150ec2ed344862fdb4d2f704f1d4aac3d (patch) | |
| tree | 87cebed0282ca58cee80a9cb2cea279a2ec2f318 /include | |
| parent | 911cf04b9d784c81db5ce40d1f053f39956c7600 (diff) | |
remove commaize_number.
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdlib.h | 4 |
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); |
