mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Fix some behavioral issues on Windows
This commit is contained in:
parent
41396ff48a
commit
42ba9901e4
11 changed files with 44 additions and 7 deletions
|
@ -16,6 +16,7 @@
|
|||
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
|
||||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#if 0 // TODO(G4Vi): improve reliability of fexecve() implementation
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/calls/syscall_support-sysv.internal.h"
|
||||
#include "libc/dce.h"
|
||||
|
@ -28,8 +29,6 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
// clang-format off
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
STATIC_YOINK("zipos");
|
||||
|
||||
int fds[2];
|
||||
|
@ -151,4 +150,4 @@ TEST(fexecve, ziposAPEHasZipos) {
|
|||
close(fd);
|
||||
}
|
||||
|
||||
#endif /* __x86_64__ */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue