Diff for /gforth/unix/socket.fs between versions 1.39 and 1.40

version 1.39, 2010/12/31 18:09:03 version 1.40, 2011/01/09 20:04:15
Line 49  c-function ntohl ntohl n -- n ( x -- x' Line 49  c-function ntohl ntohl n -- n ( x -- x'
 c-function fileno fileno1 a -- n ( file* -- fd )  c-function fileno fileno1 a -- n ( file* -- fd )
 \c #include <poll.h>  \c #include <poll.h>
 c-function poll poll a n n -- n ( fds nfds timeout -- r )  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 <netdb.h>  \c #include <netdb.h>
 c-function getaddrinfo getaddrinfo a a a a -- n ( node service hints res -- r )  c-function getaddrinfo getaddrinfo a a a a -- n ( node service hints res -- r )
 c-function freeaddrinfo freeaddrinfo a -- void ( res -- )  c-function freeaddrinfo freeaddrinfo a -- void ( res -- )

Removed from v.1.39  
changed lines
  Added in v.1.40


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>