* fhandler.h (fhandler_dev_dsp): Cosmetic change.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Put back Sleep(10) for tty_master case. * sigproc.cc (stopped_or_terminated): Don't consider a pid which has been reaped to be terminated.
This commit is contained in:
@ -1389,8 +1389,8 @@ class fhandler_dev_dsp: public fhandler_base
|
||||
private:
|
||||
void close_audio_in ();
|
||||
void close_audio_out (bool immediately = false);
|
||||
size_t size () const { return sizeof (*this);}
|
||||
bool use_archetype () const {return true;}
|
||||
size_t size () const { return sizeof (*this);}
|
||||
};
|
||||
|
||||
class fhandler_virtual : public fhandler_base
|
||||
|
Reference in New Issue
Block a user