]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
preserve errno across the readlink() calls. There is no value in trashing
authorPeter Wemm <peter@FreeBSD.org>
Thu, 18 Jun 1998 09:13:16 +0000 (09:13 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Thu, 18 Jun 1998 09:13:16 +0000 (09:13 +0000)
commit2f92c56cc30eb60699f0959dfafd34c208a9a5d2
tree302247cd904e8b84d0444f3914d622ba71c0e363
parent5c6a2cdce85bf6a6777ab30f26ae4594aab15e66
preserve errno across the readlink() calls.  There is no value in trashing
errno during a successful malloc() call.
lib/libc/stdlib/malloc.c