On Fri, Oct 25, 2019 at 5:48 AM Laurent Bercot <[email protected]> wrote: > Could anyone please: > * investigate how autoconf deals with it?
Not familiar with autoconf, but I found the following snippet in autoconf code. https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/c.m4?h=v2.69#n179 ``` #if defined __stub_$1 || defined __stub___$1 choke me #endif ``` I checked on GNU Hurd, __stub_getrandom is defined. -- Shengjing Zhu
