Hi,
> +static void set_union(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *a,
> PLPA_NAME(cpu_set_t) *b);
> static void set_copy(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *in);
> +static void set_union(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *a,
> + PLPA_NAME(cpu_set_t) *b);
double declaration of set_union
Regards
Bert
|