summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 10:34:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 10:34:59 (GMT)
commit30816932df42b3026acd86a04dee3798cac5e3d2 (patch)
tree7eb769f263982dc1ea91c70cd4103c4c81e62d26 /unix/tclUnixPort.h
parent03b881a299157cbb9681157c7842b5d33a6a2e40 (diff)
downloadtcl-30816932df42b3026acd86a04dee3798cac5e3d2.zip
tcl-30816932df42b3026acd86a04dee3798cac5e3d2.tar.gz
tcl-30816932df42b3026acd86a04dee3798cac5e3d2.tar.bz2
Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed?
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index cf0e548..c2115df 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -636,13 +636,6 @@ extern char ** environ;
defined(HAVE_WEAK_IMPORT) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050
# warning "Weak import of 64-bit CoreFoundation is not supported, will not run on Mac OS X < 10.5."
# endif
-/* For now, test exec-17.1 fails (I/O setup after closing stdout) with
- * posix_spawnp(), but the classic implementation (based on fork()+execvp())
- * works well under macOS quite OK.
- */
-# if defined(HAVE_POSIX_SPAWNP)
-# undef HAVE_POSIX_SPAWNP
-# endif /* __x86_64__ */
#endif /* __APPLE__ */
/*