We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a2eb8 commit 5cbdfedCopy full SHA for 5cbdfed
src/test/privileged_net_ioctl.c
@@ -25,7 +25,7 @@ void buf_put_attr(char** cur_buf_pos, uint16_t opt, void* data, size_t size) {
25
*cur_buf_pos += RTA_ALIGN(size) - size;
26
}
27
28
-#ifndef htonl
+#ifdef __ANDROID__
29
#define htonl(x) __bswap_32(x)
30
#endif
31
0 commit comments