From 11290355c9454c575d56c7928a725fd95e88d6f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Sep 1995 17:19:16 +0000 Subject: all targets compile .. tony's patches in place --- c/src/lib/libc/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libc/error.c') diff --git a/c/src/lib/libc/error.c b/c/src/lib/libc/error.c index cfe1858e08..56224f2a56 100644 --- a/c/src/lib/libc/error.c +++ b/c/src/lib/libc/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; * } */ -- cgit v1.2.3