summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/exc2signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/exc2signal.c')
-rw-r--r--sysdeps/mach/hurd/i386/exc2signal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/exc2signal.c b/sysdeps/mach/hurd/i386/exc2signal.c
index bf0ca2e367..57bc05df99 100644
--- a/sysdeps/mach/hurd/i386/exc2signal.c
+++ b/sysdeps/mach/hurd/i386/exc2signal.c
@@ -1,5 +1,5 @@
/* Translate Mach exception codes into signal numbers. i386 version.
- Copyright (C) 1991-2016 Free Software Foundation, Inc.
+ Copyright (C) 1991-2018 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
@@ -163,3 +163,4 @@ _hurd_exception2signal (struct hurd_signal_detail *detail, int *signo)
break;
}
}
+libc_hidden_def (_hurd_exception2signal)