summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems
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/libcsupport/include/rtems
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/libcsupport/include/rtems')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 28b4627c3e..824fa2833d 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1487,8 +1487,6 @@ extern const rtems_libio_helper rtems_libio_init_helper;
extern const rtems_libio_helper rtems_libio_post_driver_helper;
-extern const rtems_libio_helper rtems_libio_exit_helper;
-
void rtems_libio_helper_null(void);
void rtems_libio_post_driver(void);