diff options
Diffstat (limited to 'nptl/pt-longjmp.c')
-rw-r--r-- | nptl/pt-longjmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/pt-longjmp.c b/nptl/pt-longjmp.c index f333b8dfb0..f217e307f9 100644 --- a/nptl/pt-longjmp.c +++ b/nptl/pt-longjmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -54,7 +54,7 @@ __pthread_cleanup_upto (__jmp_buf target, char *targetframe) THREAD_SETMEM (self, cleanup, cbuf); } - +hidden_def (__pthread_cleanup_upto) void |