summaryrefslogtreecommitdiff
path: root/src/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strerror.c')
-rw-r--r--src/string/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strerror.c b/src/string/strerror.c
index 910d7490..69984886 100644
--- a/src/string/strerror.c
+++ b/src/string/strerror.c
@@ -26,7 +26,7 @@ char * strerror(int errnum)
return errstr;
}
-__check_1(char *, 0, strerror, int)
+CHECK_1(char *, 0, strerror, int)
/***
converts the error number ARGUMENT(errnum) to an error message