]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/wcsncpy_chk.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / debug / wcsncpy_chk.c
index 89762d04bad24ee295efacf8339bfbae5c19cd2d..79f1e4504cbf98f15c9aa1af87b01a521ee43b32 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -23,7 +23,7 @@
 wchar_t *
 __wcsncpy_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen)
 {
-  if (__builtin_expect (destlen < n, 0))
+  if (__glibc_unlikely (destlen < n))
     __chk_fail ();
 
   /* This function is not often enough used to justify not using a