summaryrefslogtreecommitdiff
path: root/hurd/hurdinit.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 20:20:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 20:20:22 +0200
commitede31292993ca0b91a537fa2488dd750fd8d82fe (patch)
tree178a6fc851020f8564377a0c25d94ecb50f381d4 /hurd/hurdinit.c
parent312bb0760cc638453910739530150c6a0404cd42 (diff)
parent10ca877fa1bcccdd6c136060ec3804a426b7d291 (diff)
Merge commit 'refs/top-bases/t/hurdsig-SA_SIGINFO' into t/hurdsig-SA_SIGINFO
Diffstat (limited to 'hurd/hurdinit.c')
-rw-r--r--hurd/hurdinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurdinit.c b/hurd/hurdinit.c
index 4c6a458d4d..184c975a31 100644
--- a/hurd/hurdinit.c
+++ b/hurd/hurdinit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2014 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@ int __libc_argc;
error_t
_hurd_ports_use (int which, error_t (*operate) (mach_port_t))
{
- if (__builtin_expect (_hurd_ports == NULL, 0))
+ if (__glibc_unlikely (_hurd_ports == NULL))
/* This means that _hurd_init has not been called yet, which is
normally only the case in the bootstrap filesystem, and there
only in the early phases of booting. */