summaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-09-04 10:05:44 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-09-04 10:05:44 +0000
commit65ba5555c673335ca34590a3d038afa5b4d1e16b (patch)
treef6ee42d4bcc00ae9d63a5d70f22c3eb3550a8108 /lib/libstand/stand.h
parent1b42ff4cd671f227da388278b2d91267874fec23 (diff)
Notes
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 12c188afcee4c..1411b6b3cb31d 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -235,9 +235,6 @@ extern void *calloc(size_t n1, size_t n2);
extern void *realloc(void *ptr, size_t size);
extern void *reallocf(void *ptr, size_t size);
extern void mallocstats(void);
-#ifdef __alpha__
-extern void free_region(void *start, void *end);
-#endif
/* disklabel support (undocumented, may be junk) */
struct disklabel;