summaryrefslogtreecommitdiff
path: root/src/u8c/seterr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/seterr.c')
-rw-r--r--src/u8c/seterr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/seterr.c b/src/u8c/seterr.c
index 3efbb14..56967af 100644
--- a/src/u8c/seterr.c
+++ b/src/u8c/seterr.c
@@ -24,7 +24,7 @@
# if defined(u8c_bethrdsafe)
# include <threads.h>
# endif
-uint_least8_t u8c_seterr(uint_least32_t * const restrict _msg) {
+uint_least8_t u8c_seterr(uint_least32_t * const _msg) {
assert(_msg != NULL);
u8c_dbgprint(_msg);
# if defined(u8c_bethrdsafe)