summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/open_dev_console.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-24 14:37:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-26 10:57:08 +0200
commit5fa0e5c5ecad85c5ef051032d2c2304a81f94a6d (patch)
treea285f3e6909db33a2c73ab413232d1e15c6bd5a5 /cpukit/libcsupport/src/open_dev_console.c
parentlibcsupport: Make LibIO helper const (diff)
downloadrtems-5fa0e5c5ecad85c5ef051032d2c2304a81f94a6d.tar.bz2
libcsupport: Rename open_dev_console()
Rename open_dev_console() to rtems_libio_post_driver(). Rename rtems_libio_supp_helper to rtems_libio_post_driver_helper.
Diffstat (limited to 'cpukit/libcsupport/src/open_dev_console.c')
-rw-r--r--cpukit/libcsupport/src/open_dev_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/open_dev_console.c b/cpukit/libcsupport/src/open_dev_console.c
index d204deede3..b67820265d 100644
--- a/cpukit/libcsupport/src/open_dev_console.c
+++ b/cpukit/libcsupport/src/open_dev_console.c
@@ -20,7 +20,7 @@
/*
* This is a replaceable stub which opens the console, if present.
*/
-void open_dev_console(void)
+void rtems_libio_post_driver(void)
{
int stdin_fd;
int stdout_fd;