diff options
Diffstat (limited to 'sysdeps/s390/s390-64/bsd-_setjmp.S')
-rw-r--r-- | sysdeps/s390/s390-64/bsd-_setjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-64/bsd-_setjmp.S b/sysdeps/s390/s390-64/bsd-_setjmp.S index 8ed7e034cc..095443ac0d 100644 --- a/sysdeps/s390/s390-64/bsd-_setjmp.S +++ b/sysdeps/s390/s390-64/bsd-_setjmp.S @@ -1,5 +1,5 @@ /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. 64 bit S/390 version. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. @@ -32,4 +32,4 @@ ENTRY(_setjmp) jg __sigsetjmp /* Branch to __sigsetjmp. */ #endif END (_setjmp) - +strong_alias (_setjmp, __GI__setjmp) |