about summary refs log tree commit diff
path: root/nptl/sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sigaction.c')
-rw-r--r--nptl/sigaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sigaction.c b/nptl/sigaction.c
index 33cf9ade41..7b01bfcd9c 100644
--- a/nptl/sigaction.c
+++ b/nptl/sigaction.c
@@ -34,7 +34,7 @@ __sigaction (sig, act, oact)
      const struct sigaction *act;
      struct sigaction *oact;
 {
-  if (__builtin_expect (sig == SIGCANCEL || sig == SIGSETXID, 0))
+  if (__glibc_unlikely (sig == SIGCANCEL || sig == SIGSETXID))
     {
       __set_errno (EINVAL);
       return -1;