Fix some behavioral issues on Windows

This commit is contained in:
Justine Tunney 2023-07-09 09:51:59 -07:00
parent 41396ff48a
commit 42ba9901e4
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
11 changed files with 44 additions and 7 deletions

View file

@ -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