summary refs log tree commit diff
path: root/debug/wcpncpy_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/wcpncpy_chk.c')
-rw-r--r--debug/wcpncpy_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c
index b552a2ece8..e03bee6ebd 100644
--- a/debug/wcpncpy_chk.c
+++ b/debug/wcpncpy_chk.c
@@ -23,7 +23,7 @@
 wchar_t *
 __wcpncpy_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