summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atexit.c
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2005-10-26 18:55:26 +0000
committerotto <otto@openbsd.org>2005-10-26 18:55:26 +0000
commit8c4bda8a609e8a42b93ba7978e081f911b07f2f5 (patch)
tree1b569fe9a340e91b0017fbdd37d454b068a4fee8 /lib/libc/stdlib/atexit.c
parentgoodbye more Mach macros (diff)
downloadwireguard-openbsd-8c4bda8a609e8a42b93ba7978e081f911b07f2f5.tar.xz
wireguard-openbsd-8c4bda8a609e8a42b93ba7978e081f911b07f2f5.zip
Remove obsolete comment. ok deraadt@
Diffstat (limited to 'lib/libc/stdlib/atexit.c')
-rw-r--r--lib/libc/stdlib/atexit.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdlib/atexit.c b/lib/libc/stdlib/atexit.c
index 019b9015750..cb96bf0aa93 100644
--- a/lib/libc/stdlib/atexit.c
+++ b/lib/libc/stdlib/atexit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atexit.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
+/* $OpenBSD: atexit.c,v 1.11 2005/10/26 18:55:26 otto Exp $ */
/*
* Copyright (c) 2002 Daniel Hartmeier
* All rights reserved.
@@ -46,10 +46,6 @@ struct atexit *__atexit;
*
* Outside the following two functions, all pages are mprotect()'ed
* to prevent unintentional/malicious corruption.
- *
- * The free(malloc(1)) is a workaround causing malloc_init() to
- * ensure that malloc.c gets the first mmap() call for its sbrk()
- * games.
*/
/*