* nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.
authorUlrich Drepper <drepper@redhat.com>
Thu, 28 Jul 2005 16:30:20 +0000 (16:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 28 Jul 2005 16:30:20 +0000 (16:30 +0000)
ChangeLog
nis/nis_xdr.c

index 9b88a76..036483b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5599b55..820103b 100644 (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);