From 75a87e5e4c49d2a365c79c7de4c3f5dc9d957d46 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Thu, 26 Aug 2010 15:48:11 +0000 Subject: Oops, forgot this file in r27893. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27894 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin_crt0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/plugin_crt0.c b/apps/plugins/plugin_crt0.c index ff117be002..536eccaffa 100644 --- a/apps/plugins/plugin_crt0.c +++ b/apps/plugins/plugin_crt0.c @@ -37,7 +37,7 @@ static jmp_buf __exit_env; /* only 1 atexit handler for now, chain in the exit handler if you need more */ static void (*atexit_handler)(void); -int atexit(void (*fn)(void)) +int rb_atexit(void (*fn)(void)) { if (atexit_handler) return -1; -- cgit v1.2.3