diff options
Diffstat (limited to 'sysdeps/m68k/bsd-_setjmp.c')
-rw-r--r-- | sysdeps/m68k/bsd-_setjmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/bsd-_setjmp.c b/sysdeps/m68k/bsd-_setjmp.c index ee2964e3be..a6b404aebe 100644 --- a/sysdeps/m68k/bsd-_setjmp.c +++ b/sysdeps/m68k/bsd-_setjmp.c @@ -1,5 +1,5 @@ /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. m68k version. - Copyright (C) 1994, 1997, 2001 Free Software Foundation, Inc. + Copyright (C) 1994, 1997, 2001, 2002 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 @@ -19,3 +19,4 @@ #define BSD__SETJMP #include <sysdeps/m68k/setjmp.c> +libc_hidden_def (_setjmp) |