Make apk_install more portable

This commit is contained in:
topjohnwu
2018-12-05 18:36:27 -05:00
parent bdea796121
commit 109891d668
3 changed files with 8 additions and 26 deletions

View File

@@ -92,7 +92,6 @@ int xpoll(struct pollfd *fds, nfds_t nfds, int timeout);
unsigned get_shell_uid();
unsigned get_system_uid();
unsigned get_radio_uid();
ssize_t fdgets(char *buf, size_t size, int fd);
int exec_command_sync(const char *argv0, ...);
int fork_dont_care();
void gen_rand_str(char *buf, int len);