From: David Schleef Date: Wed, 27 Jun 2001 22:12:32 +0000 (+0000) Subject: Don't need fcntl(,F_SETSIG,) X-Git-Tag: r0_7_16~59 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=291d71d323d73c714afd91f627e44ff4b140980e;p=comedilib.git Don't need fcntl(,F_SETSIG,) --- diff --git a/demo/ledclock.c b/demo/ledclock.c index 673f0c4..78c2a3b 100644 --- a/demo/ledclock.c +++ b/demo/ledclock.c @@ -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;