From: Po Lu Date: Sun, 13 Aug 2023 04:58:25 +0000 (+0800) Subject: ; * src/conf_post.h: Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e09f60045e3e8cead1e7f0eba94187d18ccdd72b;p=emacs.git ; * src/conf_post.h: Fix typo. --- 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__ */