Menu

#3 Doesn't build on Interix

open
nobody
None
5
2004-11-18
2004-11-18
Min Sik Kim
No

It fails to build on Interix because siginterrupt(3) is
not available. Could you use sigaction(2) with the
SA_RESTART flag instead? sigaction(2) is in POSIX.1
while siginterrupt(3) is not.

Discussion


Log in to post a comment.