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,12 +20,10 @@
 #
 #
 # 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

@@ -79,10 +77,11 @@
         forkx;
         fsetattr;
         getattrat;
         getpagesizes2;
         htonl;
+        htonll;
         htons;
         lio_listio;
         mkdtemp;
         mkstemps;
         mq_close;

@@ -97,10 +96,11 @@
         mq_timedreceive;
         mq_timedsend;
         mq_unlink;
         nanosleep;
         ntohl;
+        ntohll;
         ntohs;
         posix_fadvise;
         posix_fallocate;
         posix_madvise;
         posix_memalign;