mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 04:02:28 +00:00
Rewrite Windows poll()
We can now await signals, files, pipes, and console simultaneously. This change also gives a deeper review and testing to changes made yesterday.
This commit is contained in:
parent
cceddd21b2
commit
fbdf9d028c
15 changed files with 425 additions and 191 deletions
|
@ -117,6 +117,11 @@ int main(int argc, char *argv[]) {
|
|||
void *p;
|
||||
const char *prog;
|
||||
|
||||
// if you need the tiny64 program for windows:
|
||||
//
|
||||
// make -j o//tool/hello/life-pe.ape
|
||||
// scp o//tool/hello/life-pe.ape windows:tiny64
|
||||
//
|
||||
if (argc <= 1) {
|
||||
prog = "tiny64";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue