diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-26 18:55:27 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-26 18:55:27 +0000 |
commit | 7b916e37e03ee6d7f7f3c34e002cdfaa3ba0f6f9 (patch) | |
tree | 3112f11f3a0a658ffd4319845dd644ce0bdd7d1c /lib/libc | |
parent | 3628c60af00ce5f7ee7880caacf0042fe1e27f84 (diff) |
Remove obsolete comment. ok deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/atexit.c | 6 |
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. */ /* |