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:
@ -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)
|
||||
|
Reference in New Issue
Block a user