bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sched_setaffinity and choke?


From: Jeffrey Walton
Subject: Re: sched_setaffinity and choke?
Date: Thu, 19 Mar 2020 21:00:24 -0400

On Thu, Mar 19, 2020 at 8:51 PM Jeffrey Walton <noloader@gmail.com> wrote:
>
> Hi Everyone,
>
> I'm working on JAN 202 HURD, fully updated.
>
> Does anyone know what is going on here:
>
> configure:8254: checking for sched_setaffinity
> configure:8254: gcc -o conftest  -g -O2 -flto -I.  conftest.c -levent  >&5
> conftest.c:157:1: error: unknown type name 'choke'
>   157 | choke me
>       | ^~~~~
> conftest.c:157:9: error: expected ';' before 'int'
>   157 | choke me
>       |         ^
>       |         ;
> ......
>   160 | int
>       | ~~~
>
> It is not in configure.ac, and it is not in HURD:
>
>     $ grep -IR choke /usr/include
>     $

I should have known... More Autotools crap:

$ grep choke configure
choke me
       choke me
       choke me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]