diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index 0166523ab84..a23c338f9ce 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -223,7 +223,7 @@ struct syscall_module_data { .sy_return = 0, \ .sy_flags = 0, \ .sy_thrcnt = 0 \ -} +} #define MAKE_SYSENT(syscallname) \ static struct sysent syscallname##_sysent = SYSENT_INIT_VALS(syscallname);