search for: unsupported_function

Displaying 1 result from an estimated 1 matches for "unsupported_function".

2013 Feb 19
13
[PATCH] mini-os: implement poll(2)
...if (FD_ISSET(fd, &wfds)) + _pfd[i].revents |= POLLOUT; + } + + DEBUG("poll("); + dump_pollfds(_pfd, _nfds, _timeout); + DEBUG(")\n"); + + return ret; +} + #ifdef HAVE_LWIP int socket(int domain, int type, int protocol) { @@ -1360,7 +1449,6 @@ unsupported_function(int, tcgetattr, 0); unsupported_function(int, grantpt, -1); unsupported_function(int, unlockpt, -1); unsupported_function(char *, ptsname, NULL); -unsupported_function(int, poll, -1); /* net/if.h */ unsupported_function_log(unsigned int, if_nametoindex, -1); -- 1.7.10.4