Cleanup fedisableexcept to use the same logic as the ARM version. No functional changes.
[platform/upstream/glibc.git] / nis / nis_xdr.c
index d7ca819..c391d9c 100644 (file)
@@ -75,7 +75,7 @@ xdr_endpoint (XDR *xdrs, endpoint *objp)
   if (__builtin_expect (res, TRUE))
     {
       res = xdr_string (xdrs, &objp->family, ~0);
-      if (__builtin_expect (res, 1))
+      if (__glibc_likely (res))
        res = xdr_string (xdrs, &objp->proto, ~0);
     }
   return res;