summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-24 05:20:17 +0000
committerChristopher Faylor <me@cgf.cx>2001-05-24 05:20:17 +0000
commit52cd2f88cd6f67147534ca854da7f51aafead01e (patch)
tree6f42cfbe3b55ec5f0529c5dbb2534be541146bfb /winsup/cygwin/fhandler.h
parentffa9dc2c1cb07fdcd0dc55aa21a68db8b2b8230f (diff)
downloadcygnal-52cd2f88cd6f67147534ca854da7f51aafead01e.tar.gz
cygnal-52cd2f88cd6f67147534ca854da7f51aafead01e.tar.bz2
cygnal-52cd2f88cd6f67147534ca854da7f51aafead01e.zip
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
* fhandler.h (fhandler_dev_dsp): Add a fixup_after_exec. * fhandler_dsp.cc (class Audio): Add TOT_BLOCK_SIZE to enum. (operator new): New. (bigwavebuffer): Declare using TOT_BLOCK_SIZE to avoid buffer overruns. (Audio::Audio): Optimize slightly. (fhandler_dev_dsp::open): Allocate s_audio using static buffer. (fhandler_dev_dsp::fixup_after_exec): New function. Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 7ed4d203a..aed8bfe6e 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -973,6 +973,7 @@ public:
int close (void);
int dup (fhandler_base * child);
void dump (void);
+ void fixup_after_exec (HANDLE);
};
#if 0