1
0
Fork 0
forked from len0rd/rockbox

Oops, forgot this file in r27893.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27894 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2010-08-26 15:48:11 +00:00
parent 1bf5777af2
commit 75a87e5e4c

View file

@ -37,7 +37,7 @@ static jmp_buf __exit_env;
/* only 1 atexit handler for now, chain in the exit handler if you need more */ /* only 1 atexit handler for now, chain in the exit handler if you need more */
static void (*atexit_handler)(void); static void (*atexit_handler)(void);
int atexit(void (*fn)(void)) int rb_atexit(void (*fn)(void))
{ {
if (atexit_handler) if (atexit_handler)
return -1; return -1;