Lowercase linux, from Harald Barth

This commit is contained in:
Love Hornquist Astrand
2010-01-26 22:14:59 -08:00
parent 908ece3604
commit 560fc640bb

View File

@@ -1033,7 +1033,7 @@ void
rk_qsort(void *, size_t, size_t, int (*)(const void *, const void *));
#endif
#if defined(__LINUX__) && SOCK_CLOEXEC && !defined(SOCKET_WRAPPER_REPLACE)
#if defined(__linux__) && SOCK_CLOEXEC && !defined(SOCKET_WRAPPER_REPLACE)
#undef socket
#define socket(_fam,_type,_prot) rk_socket(_fam,_type,_prot)
int ROKEN_LIB_FUNCTION rk_socket(int, int, int);