On Sat, 2011-12-24 at 21:03 -0600, Yaakov (Cygwin/X) wrote:
> The TC doesn't get much Simpler than this:
>
> #include
> #include
>
> int
> main (void) {
> int fd = open ("/dev/dsp", O_WRONLY);
> if (fd < 0)
> perror ("open(/dev/dsp) failed");
> close (fd);
> return 0;
> }
>
> This
The TC doesn't get much Simpler than this:
#include
#include
int
main (void) {
int fd = open ("/dev/dsp", O_WRONLY);
if (fd < 0)
perror ("open(/dev/dsp) failed");
close (fd);
return 0;
}
This EFAULTs in every snapshot since 20111022[1].
Yaakov
[1] http://cygwin.com/snapshots/win
2 matches
Mail list logo