diff options
| author | Po Lu | 2023-08-13 12:58:25 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-13 12:59:19 +0800 |
| commit | e09f60045e3e8cead1e7f0eba94187d18ccdd72b (patch) | |
| tree | 7955b5cb9bebc2730e7ac4e97d20af0a32054dad /src | |
| parent | 0e44ab5f061c81874dd8298a0f3318f14ef95a24 (diff) | |
| download | emacs-e09f60045e3e8cead1e7f0eba94187d18ccdd72b.tar.gz emacs-e09f60045e3e8cead1e7f0eba94187d18ccdd72b.zip | |
; * src/conf_post.h: Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 1 |
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__ */ |