bug-hurd
[Top][All Lists]
Advanced

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

sched_setaffinity and choke?


From: Jeffrey Walton
Subject: sched_setaffinity and choke?
Date: Thu, 19 Mar 2020 20:51:51 -0400

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
    $

By the way, where are the HURD man pages located?

Jeff



reply via email to

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