Fix some issues with select()

This commit is contained in:
Justine Tunney 2023-10-04 09:10:58 -07:00
parent 6918c3ffc2
commit 982dc4db87
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 67 additions and 37 deletions

View file

@ -53,7 +53,7 @@ static struct {
const char *tmpdir;
} g_execve;
bool IsApeFile(const char *path) {
static bool IsApeFile(const char *path) {
if (endswith(path, ".com")) {
return true;
} else {