[LinuxBIOS] [PATCH] fix getpir with bit userspace

Peter Stuge stuge-linuxbios at cdy.org
Fri Apr 6 00:45:14 CEST 2007


Hi Rudolf,

On Fri, Apr 06, 2007 at 12:10:22AM +0200, Rudolf Marek wrote:
> +void *memmem(const void *haystack, size_t haystacklen,
> +                    const void *needle, size_t needlelen);
> +

Shouldn't this just be pulled from #include <string.h> ?

Or do we want to duplicate it because it needs _GNU_SOURCE ?


//Peter




More information about the coreboot mailing list