diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:56:39 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:56:39 +0000 |
| commit | 17011fc05679cfb6013d699142ad447b9b85ea36 (patch) | |
| tree | b5f6562e7fc16c0fff08bfda62dfe8a5cabb7800 /lib/libc/stdlib | |
| parent | ead6be55b8c29abaf268833d04c001eb6be711a5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -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 8cb55631fbef..2e76aa16d784 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 |
