wg-quick: android: remove compat code
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
f621f36800
commit
544d965d5f
|
@ -38,16 +38,6 @@
|
||||||
|
|
||||||
static bool is_exiting = false;
|
static bool is_exiting = false;
|
||||||
|
|
||||||
#if defined(__ANDROID_API__) && __ANDROID_API__ < 24
|
|
||||||
static char *strchrnul(const char *s, int c)
|
|
||||||
{
|
|
||||||
char *x = strchr(s, c);
|
|
||||||
if (!x)
|
|
||||||
return (char *)s + strlen(s);
|
|
||||||
return x;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void *xmalloc(size_t size)
|
static void *xmalloc(size_t size)
|
||||||
{
|
{
|
||||||
void *ret = malloc(size);
|
void *ret = malloc(size);
|
||||||
|
|
Loading…
Reference in New Issue