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:
parent
1bf5777af2
commit
75a87e5e4c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue