From 35b8f48a4b18a605945f149601a8ff8c9bc11fd6 Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Fri, 6 Dec 2013 12:21:20 -0600 Subject: libcsupport: Refactor rtems_deviceio_errno Renames rtems_deviceio_errno to rtems_status_code_to_errno and integrates it into the Classic API Status Handler. This function can now be called by including status.h --- cpukit/libcsupport/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 61c17e994b..0d7597d666 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -136,7 +136,6 @@ libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \ src/sup_fs_mount_iterate.c \ src/sup_fs_node_type.c \ src/sup_fs_deviceio.c \ - src/sup_fs_deviceerrno.c \ src/clonenode.c \ src/freenode.c \ src/resource_snapshot.c \ -- cgit v1.2.3