]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/conf_post.h: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Aug 2023 04:58:25 +0000 (12:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Aug 2023 04:59:19 +0000 (12:59 +0800)
src/conf_post.h

index d48c3494b57e80f8ca85be49df548f0d7d36ef96..524905949f3e6aecaf10450d7bc37186fcc7486d 100644 (file)
@@ -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__ */