Ping: [PATCH] Add inline bsearch expansion

Marcus Shawcroft marcus.shawcroft@gmail.com
Wed Feb 13 12:12:00 GMT 2013


> 2013-02-09   Ondřej Bílka  <neleai@seznam.cz>
>
>         * bits/stdlib-bsearch.h: New file.
>         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
>         * stdlib/stdlib.h(bsearch): Add inline bsearch.
>


Hi,  This change appears to be responsible for a build error I see
libgomp (see below).  I suspect the issue is that the new file
bits/stdlib-bsearch.h is not being installed because it does not
appear in stdlib/Makefile headers ?

Cheers
/Marcus


===

In file included from /foo/src/gcc/libgomp/error.c:35:0:
/foo/workdir/rhe5x86_64/arm-none-linux-gnueabi/install/opt/aarch32/arm-none-linux-gnueabi/libc/usr/include/stdlib.h:760:34:
fatal error: bits/stdlib-bsearch.h: No such file or directory
 # include <bits/stdlib-bsearch.h>
                                  ^
compilation terminated.



More information about the Libc-alpha mailing list