summaryrefslogtreecommitdiff
path: root/sysdeps/mips/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/setjmp.S')
-rw-r--r--sysdeps/mips/setjmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mips/setjmp.S b/sysdeps/mips/setjmp.S
index 8ddbf19085..5863ffafbc 100644
--- a/sysdeps/mips/setjmp.S
+++ b/sysdeps/mips/setjmp.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1996-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
@@ -44,3 +44,4 @@ ENTRY (__sigsetjmp)
j __sigsetjmp_aux
#endif
END (__sigsetjmp)
+hidden_def (__sigsetjmp)