]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/xdr_float.c
Make sunrpc code usable again
[thirdparty/glibc.git] / sunrpc / xdr_float.c
index 1a9c260617ec5c72c05128ad8578c94c8b3e838d..78e8f3bd2da567f2de002e9ab1b153ca4d3853c1 100644 (file)
@@ -158,7 +158,7 @@ xdr_float(xdrs, fp)
        }
        return (FALSE);
 }
-libc_hidden_nolink (xdr_float, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (xdr_float, GLIBC_2_0)
 
 /*
  * This routine works on Suns (Sky / 68000's) and Vaxen.
@@ -300,4 +300,4 @@ xdr_double(xdrs, dp)
        }
        return (FALSE);
 }
-libc_hidden_nolink (xdr_double, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (xdr_double, GLIBC_2_0)