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