--- gforth/unix/socket.fs 2010/12/31 18:09:03 1.39 +++ gforth/unix/socket.fs 2011/01/09 20:04:15 1.40 @@ -49,6 +49,7 @@ c-function ntohl ntohl n -- n ( x -- x' c-function fileno fileno1 a -- n ( file* -- fd ) \c #include c-function poll poll a n n -- n ( fds nfds timeout -- r ) +c-function ppoll ppoll a n a a -- n ( fds nfds timeout_ts sigmask -- r ) \c #include c-function getaddrinfo getaddrinfo a a a a -- n ( node service hints res -- r ) c-function freeaddrinfo freeaddrinfo a -- void ( res -- )