summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2010-08-26 15:48:11 +0000
committerMagnus Holmgren <magnushol@gmail.com>2010-08-26 15:48:11 +0000
commit75a87e5e4c49d2a365c79c7de4c3f5dc9d957d46 (patch)
treef2a96da3f4ae8db7ef43b43e3dc4e5a5cb7ca60c
parent1bf5777af2558ee2767616c29622e15625bde09b (diff)
downloadrockbox-75a87e5e4c49d2a365c79c7de4c3f5dc9d957d46.tar.gz
rockbox-75a87e5e4c49d2a365c79c7de4c3f5dc9d957d46.zip
Oops, forgot this file in r27893.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27894 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/plugin_crt0.c2
1 files changed, 1 insertions, 1 deletions
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;
37/* only 1 atexit handler for now, chain in the exit handler if you need more */ 37/* only 1 atexit handler for now, chain in the exit handler if you need more */
38static void (*atexit_handler)(void); 38static void (*atexit_handler)(void);
39 39
40int atexit(void (*fn)(void)) 40int rb_atexit(void (*fn)(void))
41{ 41{
42 if (atexit_handler) 42 if (atexit_handler)
43 return -1; 43 return -1;