summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-25 21:23:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:57 +0100
commitf64c6b4c492bd4f4efe32ec69e9f4c69bf45be88 (patch)
tree8be32a9c186cb6d9245ee6d8564240ff33291679 /cpukit/sapi/include/confdefs.h
parentUse linker set for root file system initialization (diff)
downloadrtems-f64c6b4c492bd4f4efe32ec69e9f4c69bf45be88.tar.bz2
Use atexit() handler to close std file descriptors
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 2c108ba78c..67616741b6 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -129,13 +129,6 @@ const rtems_libio_helper rtems_libio_post_driver_helper =
rtems_libio_post_driver;
#endif
-const rtems_libio_helper rtems_libio_exit_helper =
- #ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
- rtems_libio_helper_null;
- #else
- rtems_libio_exit;
- #endif
-
#ifndef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
RTEMS_SYSINIT_ITEM(
rtems_filesystem_initialize,