aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-08-13 12:58:25 +0800
committerPo Lu2023-08-13 12:59:19 +0800
commite09f60045e3e8cead1e7f0eba94187d18ccdd72b (patch)
tree7955b5cb9bebc2730e7ac4e97d20af0a32054dad /src
parent0e44ab5f061c81874dd8298a0f3318f14ef95a24 (diff)
downloademacs-e09f60045e3e8cead1e7f0eba94187d18ccdd72b.tar.gz
emacs-e09f60045e3e8cead1e7f0eba94187d18ccdd72b.zip
; * src/conf_post.h: Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/conf_post.h1
1 files changed, 1 insertions, 0 deletions
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);
501#else /* __ANDROID_API__ < 8 */ 501#else /* __ANDROID_API__ < 8 */
502/* Gnulib uses this function unconditionally. */ 502/* Gnulib uses this function unconditionally. */
503#define sysinfo(ignored) ((void) ignored, (errno = ENOSYS), -1) 503#define sysinfo(ignored) ((void) ignored, (errno = ENOSYS), -1)
504#endif /* __ANDROID_API >= 9 */
504#endif /* HAVE_DECL_SYSINFO */ 505#endif /* HAVE_DECL_SYSINFO */
505 506
506#endif /* __ANDROID__ */ 507#endif /* __ANDROID__ */