summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/pluginlib_exit.h
AgeCommit message (Expand)Author
2010-08-26Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin...Magnus Holmgren
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff
2009-04-22Add exit() implementation for pluginsMaurus Cuelenaere