summaryrefslogtreecommitdiff
path: root/hurd/hurdinit.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 20:20:11 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 20:20:11 +0200
commit10ca877fa1bcccdd6c136060ec3804a426b7d291 (patch)
treed52d228e31065ac85ecf790ef616c2e87767362b /hurd/hurdinit.c
parent8f435c12186bcc685f77ef7fd7285624bcda1ecc (diff)
parent9a65c3d85f29c6545f0254b9705208ab08d3b3dd (diff)
Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-global-dispositions
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 81d94eab0e..43d49aa9b0 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. */