Print this page
5007142 Add ntohll and htonll to sys/byteorder.h
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64
PSARC 2008/474
*** 20,31 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
#
# All function names added to this or any other libc mapfile
# must be placed under the 'protected:' designation.
# The 'global:' designation is used *only* for data
--- 20,29 ----
*** 79,88 ****
--- 77,87 ----
forkx;
fsetattr;
getattrat;
getpagesizes2;
htonl;
+ htonll;
htons;
lio_listio;
mkdtemp;
mkstemps;
mq_close;
*** 97,106 ****
--- 96,106 ----
mq_timedreceive;
mq_timedsend;
mq_unlink;
nanosleep;
ntohl;
+ ntohll;
ntohs;
posix_fadvise;
posix_fallocate;
posix_madvise;
posix_memalign;