diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 20:56:39 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 20:56:39 +0000 |
commit | f895aac665ecd9b1365ced518f7cdb456b532574 (patch) | |
tree | b5f6562e7fc16c0fff08bfda62dfe8a5cabb7800 /lib/libc/stdlib/malloc.3 | |
parent | 9e5aba145e55c42a6961e11270249c7b167db210 (diff) | |
download | FreeBSD-src-f895aac665ecd9b1365ced518f7cdb456b532574.zip FreeBSD-src-f895aac665ecd9b1365ced518f7cdb456b532574.tar.gz |
The fact that phk wrote this is not a bug!
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 8cb5563..2e76aa1 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -452,11 +452,6 @@ actual values. .Pp It can be argued that returning a null pointer when asked to allocate zero bytes is a silly response to a silly question. -.Pp -This implementation was authored by -.An Poul-Henning Kamp . -Please report any problems to him at -.Aq phk@FreeBSD.org . .Sh HISTORY The present allocation implementation started out as a filesystem for a drum attached to a 20bit binary challenged computer which was built @@ -469,3 +464,5 @@ The .Xr reallocf 3 function first appeared in .Fx 3.0 . +.Sh AUTHORS +.An Poul-Henning Kamp Aq phk@FreeBSD.org |