diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:58:20 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:58:20 +0000 |
| commit | 44fe68c4218d900d2b5c1798aeed060e99f3c000 (patch) | |
| tree | 3a8a31badff748fcc02e0fac30c909b181b66201 /lib/libc/stdlib/malloc.3 | |
| parent | 17011fc05679cfb6013d699142ad447b9b85ea36 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 2e76aa16d784..276408376a8a 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -446,12 +446,6 @@ and .Fn free functions conform to .St -isoC . -.Sh BUGS -The messages printed in case of problems provide no detail about the -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. .Sh HISTORY The present allocation implementation started out as a filesystem for a drum attached to a 20bit binary challenged computer which was built @@ -466,3 +460,9 @@ function first appeared in .Fx 3.0 . .Sh AUTHORS .An Poul-Henning Kamp Aq phk@FreeBSD.org +.Sh BUGS +The messages printed in case of problems provide no detail about the +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. |
