On Thu, 7 Mar 2024 15:16:06 +0100 David Marchand <david.march...@redhat.com> wrote:
> +#ifndef _POSIX_PRIORITY_SCHEDULING > +/* sched_yield(2): > + * POSIX systems on which sched_yield() is available define _POSIX_PRIOR‐ > + * ITY_SCHEDULING in <unistd.h>. > + */ > +#define sched_yield() > +#endif Could you fix the awkward line break in that comment before merging :-)