Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThank you. I am suing 9.1 SP2. I have following lines in the .c file
if (!block) { /* Set errno to indicate the reason we're not returning any data */ ALT_ERRNO = EWOULDBLOCK; break; } else ... ... Is this right?