Re: [PATCH] Cygwin: dsp: Fix a problem that fcntl() does not take effect.

2023-01-19 Thread Takashi Yano
On Thu, 19 Jan 2023 22:10:05 +0900 Takashi Yano wrote: > Previously, fhandler_dev_dsp (OSS) has a problem that fcntl() does > not take effect at all. This patch fixes the issue. > > Sighed-off-by: Takashi Yano Sorry, s/Sighed/Signed/g -- Takashi Yano

[PATCH] Cygwin: dsp: Fix a problem that fcntl() does not take effect.

2023-01-19 Thread Takashi Yano
Previously, fhandler_dev_dsp (OSS) has a problem that fcntl() does not take effect at all. This patch fixes the issue. Sighed-off-by: Takashi Yano --- winsup/cygwin/fhandler/dsp.cc | 12 winsup/cygwin/local_includes/fhandler.h | 2 ++ 2 files changed, 14 insertions(+)