summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-30 09:46:38 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-30 09:46:38 +0000
commitf4ffc2bc21f36a74fa51aa751b976a47827aa5db (patch)
treee71e5a3a7688b9013c0ef5ce496216205a79f1c3 /lib/libc/stdlib/malloc.3
parent3332264ac36ba364fe2621679efbd5dccd4dbd6e (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.37
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 589b07f4692d..584f03bf3007 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -442,11 +442,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
@@ -459,3 +454,5 @@ The
.Xr reallocf 3
function first appeared in
.Fx 3.0 .
+.Sh AUTHORS
+.An Poul-Henning Kamp Aq phk@FreeBSD.org