From e09f60045e3e8cead1e7f0eba94187d18ccdd72b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 13 Aug 2023 12:58:25 +0800 Subject: [PATCH] ; * src/conf_post.h: Fix typo. --- src/conf_post.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf_post.h b/src/conf_post.h index d48c3494b57..524905949f3 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -501,6 +501,7 @@ extern int sysinfo (struct sysinfo *info); #else /* __ANDROID_API__ < 8 */ /* Gnulib uses this function unconditionally. */ #define sysinfo(ignored) ((void) ignored, (errno = ENOSYS), -1) +#endif /* __ANDROID_API >= 9 */ #endif /* HAVE_DECL_SYSINFO */ #endif /* __ANDROID__ */ -- 2.39.2