Don't need fcntl(,F_SETSIG,)
This commit is contained in:
parent
d9e3023ff0
commit
291d71d323
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue