projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e44ab5
)
; * src/conf_post.h: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Sun, 13 Aug 2023 04:58:25 +0000
(12:58 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 13 Aug 2023 04:59:19 +0000
(12:59 +0800)
src/conf_post.h
patch
|
blob
|
history
diff --git
a/src/conf_post.h
b/src/conf_post.h
index d48c3494b57e80f8ca85be49df548f0d7d36ef96..524905949f3e6aecaf10450d7bc37186fcc7486d 100644
(file)
--- 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__ */