Update to 2.17
[platform/upstream/glibc.git] / sunrpc / xdr_float.c
index 3925f5b..78e8f3b 100644 (file)
@@ -158,6 +158,7 @@ xdr_float(xdrs, fp)
        }
        return (FALSE);
 }
+libc_hidden_nolink_sunrpc (xdr_float, GLIBC_2_0)
 
 /*
  * This routine works on Suns (Sky / 68000's) and Vaxen.
@@ -299,3 +300,4 @@ xdr_double(xdrs, dp)
        }
        return (FALSE);
 }
+libc_hidden_nolink_sunrpc (xdr_double, GLIBC_2_0)