]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters
authorChristopher Faylor <me@cgf.cx>
Tue, 26 Jun 2001 21:03:08 +0000 (21:03 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 26 Jun 2001 21:03:08 +0000 (21:03 +0000)
commit07c3cd5bb1d74bd173c1b98501e3e77ff0ba862a
tree7b20c1eb9ef656c4678c3de46ff84114ddcff46e
parent32c30349694070062428a8b52f362db45bf9d0c1
* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters
being read for executable test since we could be checking for less than that.
* syscalls.cc (stat_worker): Try opening the file the "correct" way first so
that #! processing can potentially happen.  If that fails, then use "query
open" method.
* spawn.cc (spawn_guts): Delay processing of signal until after we've notified
parent about reparenting.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/spawn.cc
winsup/cygwin/syscalls.cc
This page took 0.02827 seconds and 5 git commands to generate.