diff options
author | hoek <hoek@FreeBSD.org> | 1999-12-28 15:14:59 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-12-28 15:14:59 +0000 |
commit | 30af2ca344ca1d8f821b3b3c24911ea0fe6ef909 (patch) | |
tree | 627aca12e0b013420a8ac7d6da3c1bb3f8b34704 /lib/libc/stdlib | |
parent | 6402f219ac8b1161f042ee5d37d215bd33ba79a6 (diff) | |
download | FreeBSD-src-30af2ca344ca1d8f821b3b3c24911ea0fe6ef909.zip FreeBSD-src-30af2ca344ca1d8f821b3b3c24911ea0fe6ef909.tar.gz |
Add history: The reallocf() function first appeared in FreeBSD-3.0.
See imp's 199808201619.KAA20970@harmony.village.org in freebsd-hackers (the
reallocf.c cvs history mistakenly refers to freebsd-current).
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index f4e75e2..f384a14 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -453,3 +453,8 @@ with discrete germanium transistors. It has since graduated to handle primary storage rather than secondary. It first appeared in its new shape and ability in .Fx 2.2 . +.Pp +The +.Xr reallocf 3 +function first appeared in +.Fx 3.0 . |