diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-28 02:04:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-28 02:04:16 +0000 |
commit | e2bc5017fa996b7de73821db61b14c2d552bfc06 (patch) | |
tree | 77813fcbca6d7f05cffeed9fb13637574c089408 /winsup/cygwin/sigproc.cc | |
parent | cc9f0cf0af2d2ef2beb508c8438ed938b775628f (diff) | |
download | cygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.tar.gz cygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.tar.bz2 cygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.zip |
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 5821a09e2..4d2ce8070 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -1218,7 +1218,6 @@ wait_sig (VOID *self) if (!sig_handle (sig)) { saw_failed_interrupt = true; - sigproc_printf ("couldn't send signal %d", sig); x = InterlockedIncrement (myself->getsigtodo (sig)); pending_signals = true; } |