summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/libio_exit.c (follow)
AgeCommit message (Collapse)Author
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-04-26libcsupport: Delete libc_wrapup()Sebastian Huber
Add and use rtems_libio_exit_helper. Add rtems_libio_exit(). The fclose(stdin) etc. makes no sense during exit. This would use the _REENT structure of the thread calling _exit().