diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 387e771..ee3868f 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -124,7 +124,7 @@ struct mdso_unit_ctx { const struct mdso_input * map; const struct mdso_common_ctx * cctx; const char * const * syms; - const int const * stype; + const int * stype; void * any; };