summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-09-04 10:05:44 +0000
committerraj <raj@FreeBSD.org>2008-09-04 10:05:44 +0000
commit62315f0783adebc081ad1407538ed7c1c2338207 (patch)
treef6ee42d4bcc00ae9d63a5d70f22c3eb3550a8108 /lib/libstand/stand.h
parent5cd175eaac0379185cffb5eb246c2862375a3c07 (diff)
downloadFreeBSD-src-62315f0783adebc081ad1407538ed7c1c2338207.zip
FreeBSD-src-62315f0783adebc081ad1407538ed7c1c2338207.tar.gz
Eliminate __alpha__ leftover from libstand.
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 12c188a..1411b6b 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;
OpenPOWER on IntegriCloud