Results 1 to 1 of 1
Hi,
I'm working with select, and it returns -1 with error no. set to 4(EINTR) which stands for "a interrupted system call". I'm using select on some driver fd which ...
- 04-18-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 22
select() reurning -1
Hi,
I'm working with select, and it returns -1 with error no. set to 4(EINTR) which stands for "a interrupted system call". I'm using select on some driver fd which provides support for it.
This driver uses wake_up system call, to wake the application using select. May be is this the reason for the error. Can someone help me to resolve this problem.


Reply With Quote