From d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 10 Mar 2009 19:34:45 +0000 Subject: Updated to fedora-glibc-20090310T1925 --- stdlib/quick_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/quick_exit.c') diff --git a/stdlib/quick_exit.c b/stdlib/quick_exit.c index 20cb409b7d..d6306240c4 100644 --- a/stdlib/quick_exit.c +++ b/stdlib/quick_exit.c @@ -26,5 +26,5 @@ void quick_exit (int status) { - __run_exit_handlers (status, __quick_exit_funcs, false); + __run_exit_handlers (status, &__quick_exit_funcs, false); } -- cgit v1.2.3