Don't need fcntl(,F_SETSIG,)

This commit is contained in:
David Schleef 2001-06-27 22:12:32 +00:00
parent d9e3023ff0
commit 291d71d323

View file

@ -129,9 +129,6 @@ int main(int argc, char *argv[])
ret = fcntl(comedi_fileno(device),F_SETFL,O_NONBLOCK|O_ASYNC);
if(ret<0)perror("fcntl");
ret = fcntl(comedi_fileno(device),F_SETSIG,SIGIO);
if(ret<0)perror("fcntl");
#if 0
{
struct sched_param p;