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"
-#
 
 LIB_PIC= libc_pic.a
 VERS=   .1
 CPP=    /usr/lib/cpp
 TARGET_ARCH=    i386

@@ -106,10 +104,11 @@
         _getsp.o                \
         _mul64.o                \
         abs.o                   \
         alloca.o                \
         byteorder.o             \
+        byteorder64.o           \
         cuexit.o                \
         ecvt.o                  \
         errlst.o                \
         i386_data.o             \
         ladd.o                  \