From a290fbe946944385480cff7b388a6cd8b9d27d38 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Apr 2013 14:30:42 +0200 Subject: libcsupport: Make LibIO helper const Add and use rtems_libio_helper function type. Add and use rtems_libio_helper_null() instead of NULL pointer. --- cpukit/libcsupport/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 76147c9873..42de63cf1d 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -55,6 +55,7 @@ ASSOCIATION_C_FILES = src/assoclocalbyname.c \ BASE_FS_C_FILES = src/base_fs.c src/mount.c src/unmount.c src/libio.c \ src/mount-mgr.c src/mount-mktgt.c src/libio_init.c \ src/privateenv.c \ + src/libio_helper_null.c \ src/open_dev_console.c src/__usrenv.c src/rtems_mkdir.c TERMIOS_C_FILES = src/cfgetispeed.c src/cfgetospeed.c src/cfsetispeed.c \ -- cgit v1.2.3