mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Fix some issues with select()
This commit is contained in:
parent
6918c3ffc2
commit
982dc4db87
4 changed files with 67 additions and 37 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue