Re: [PATCH v12 20/21] selftests/futex: Add futex_priv_hash
From: Sebastian Andrzej Siewior
Date: Tue May 27 2025 - 09:46:17 EST
On 2025-05-27 14:40:22 [+0100], Mark Brown wrote:
> > int ret;
> > - char c;
> > + int c;
> >
> > while ((c = getopt(argc, argv, "cghv:")) != -1) {
>
> Ah, yes - that'd do it. Looking at the other tests there they do have c
> as int.
And in the mpol. I'm going to send a patch later…
Thank you.
Sebastian