1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Obsolete RPC implementation in libc.

This commit is contained in:
Ulrich Drepper
2011-04-16 21:59:36 -04:00
parent e6c6149412
commit 7b57bfe598
71 changed files with 991 additions and 621 deletions

View File

@ -158,6 +158,7 @@ xdr_float(xdrs, fp)
}
return (FALSE);
}
libc_hidden_nolink (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 (xdr_double, GLIBC_2_0)