From b8ad04054e5cc9042124eaf85728af5836b190d2 Mon Sep 17 00:00:00 2001 From: otto <> Date: Wed, 26 Oct 2005 18:55:26 +0000 Subject: Remove obsolete comment. ok deraadt@ --- src/lib/libc/stdlib/atexit.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/atexit.c b/src/lib/libc/stdlib/atexit.c index 019b901575..cb96bf0aa9 100644 --- a/src/lib/libc/stdlib/atexit.c +++ b/src/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. */ /* -- cgit v1.2.3-55-g6feb