summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/error.c')
-rw-r--r--c/src/exec/libcsupport/src/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/src/error.c b/c/src/exec/libcsupport/src/error.c
index cfe1858e08..56224f2a56 100644
--- a/c/src/exec/libcsupport/src/error.c
+++ b/c/src/exec/libcsupport/src/error.c
@@ -39,7 +39,7 @@
* EXAMPLE
* if ((fd = open(pathname, O_RDNLY)) < 0)
* {
- * rtems_error(FLOSS_ERROR_ERRNO, "open of '%s' failed", pathname);
+ * rtems_error(RTEMS_ERROR_ERRNO, "open of '%s' failed", pathname);
* goto failed;
* }
*/