QNX Neutrino 6.3.0

New entries

fopen64()
Large-file support for fopen().
freopen64()
Large-file support for freopen().
ftw64()
Large-file support for ftw().
getnameinfo()
Perform address-to-nodename translation.
inet6_option_alloc()
Append IPv6 hop-by-hop or destination options to an ancillary data object
inet6_option_append()
Append an IPv6 hop-by-hop or destination option to an ancillary data object
inet6_option_find()
Search for IPv6 hop-by-hop and destination options
inet6_option_init()
Initialize an ancillary data object that contains IPv6 hop-by-hop and destination options
inet6_option_next()
Find the next IPv6 hop-by-hop or destination option
inet6_option_space()
Determine how much space an IPv6 hop-by-hop or destination option requires
inet6_rthdr_add()
Add an address to an IPv6 routing header
inet6_rthdr_getaddr()
Get a pointer to an IPv6 address in the routing header
inet6_rthdr_getflags()
Get the flags for a segment in an IPv6 routing header
inet6_rthdr_init()
Initialize an IPv6 routing header
inet6_rthdr_lasthop()
Specify the Strict/Loose flag for the final hop of an IPv6 routing header
inet6_rthdr_reverse()
Reverse the list of addresses in an IPv6 router header
inet6_rthdr_segments()
Count the segments in an IPv6 routing header
inet6_rthdr_space()
Determine the space required by an IPv6 routing header
ipsec_dump_policy()
Generate a readable string from an IPsec policy specification.
ipsec_get_policylen()
Get the length of the IPsec policy.
ipsec_set_policy()
Generate an IPsec policy specification structure from a readable string.
nftw(), nftw64()
Walk a file tree and its large-file support.
poll()
Input/output multiplexing.
resmgr_handle_tune()
Tune aspects of client fd-to-OCB mapping
sctp_bindx()
Add or remove one or more addresses from a given association.
sctp_connectx()
Help associate an endpoint that is multi-homed.
sctp_freeladdrs()
Free all resources allocated by sctp_getladdrs().
sctp_freepaddrs()
Free all resources allocated by sctp_getpaddrs().
sctp_getladdrs()
Return all locally bound addresses on a socket.
sctp_getpaddrs()
Return all peer addresses in an association.
sctp_peeloff()
Branch off an association into a separate socket.
SCTP
Stream Control Transmission Protocol.
sctp_recvmsg()
Receive message using advanced SCTP features.
sctp_sendmag()
Send message using advanced SCTP features.
tmpfile64()
Large-file support for tmpfile().

Discontinued

Instead of: Use:
drem() remainder()
dremf() remainder()
finite() isfinite()
finitef() isfinite()
isinff() isinf()
isnanf() isnan()
significand() scalbn( x, -ilogb( x ))
significandf() scalbnf( x, -ilogbf( x ))
scalbf() scalbn()