[llvm-commits] [PATCH] googletest misses symbols from socket.h

John Spencer maillist-llvm at barfooze.de
Sat Mar 3 14:16:39 PST 2012


specifically, the code uses the symbols connect() and socket(), which 
are both defined in <sys/socket.h>
the include is only added to the linux section, so there can be no 
breakage on platforms without that header.

On 03/03/2012 01:06 AM, John Spencer wrote:
> this caused build errors on linux using musl libc.
> i added the missing header include.
>
> --JS
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120303/6bda4a0e/attachment.html>


More information about the llvm-commits mailing list