; * src/conf_post.h: Fix typo.
This commit is contained in:
parent
0e44ab5f06
commit
e09f60045e
1 changed files with 1 additions and 0 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue