From e304a7fd3991b280ad4fe5f06a44184917e96b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 3 May 2004 12:32:12 +0000 Subject: [PATCH] Minor cleanup, no longer includes BSD's stdio/local.h git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7370 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/stdlib/exit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kernel/libroot/posix/stdlib/exit.c b/src/kernel/libroot/posix/stdlib/exit.c index a13489e328..19f67e74ea 100644 --- a/src/kernel/libroot/posix/stdlib/exit.c +++ b/src/kernel/libroot/posix/stdlib/exit.c @@ -17,9 +17,8 @@ #include #include -#include "../stdio/local.h" -//#include "stdio_private.h" +extern void (*_IO_cleanup)(void); extern void _thread_do_exit_notification(void); static void (*_gExitStack[ATEXIT_MAX])(void) = {0};