summaryrefslogtreecommitdiff
path: root/sysdeps/mips/mips64/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/mips64/setjmp.S')
-rw-r--r--sysdeps/mips/mips64/setjmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mips/mips64/setjmp.S b/sysdeps/mips/mips64/setjmp.S
index e72eaa71fd..ea30bd8efa 100644
--- a/sysdeps/mips/mips64/setjmp.S
+++ b/sysdeps/mips/mips64/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
@@ -42,3 +42,4 @@ ENTRY (__sigsetjmp)
#endif
jr t9
END (__sigsetjmp)
+hidden_def (__sigsetjmp)