* nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.

This commit is contained in:
Ulrich Drepper 2005-07-28 16:30:20 +00:00
parent 4c5b09ed6b
commit 1cd4f3c78b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-28 Ulrich Drepper <drepper@redhat.com>
* nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.
2005-07-28 Jakub Jelinek <jakub@redhat.com>
* stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf

View File

@ -41,13 +41,13 @@ _xdr_nis_name (XDR *xdrs, nis_name *objp)
return xdr_string (xdrs, objp, ~0);
}
static bool_t
static __always_inline bool_t
xdr_zotypes (XDR *xdrs, zotypes *objp)
{
return xdr_enum (xdrs, (enum_t *) objp);
}
static bool_t
static __always_inline bool_t
xdr_nstype (XDR *xdrs, nstype *objp)
{
return xdr_enum (xdrs, (enum_t *) objp);