]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-02-07 Richard Henderson <rth@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sun, 13 Mar 2005 03:53:16 +0000 (03:53 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 13 Mar 2005 03:53:16 +0000 (03:53 +0000)
[BZ #787]
* sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first
argument.

nptl/sysdeps/pthread/pthread.h

index 5046a6976baf92b82fff9c49267579a5616aac99..57024e1e845ce23268907c4d302d128dcab8af73 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005 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
@@ -661,7 +661,7 @@ extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
 
 /* Function used in the macros.  */
 struct __jmp_buf_tag;
-extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;
+extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;
 
 
 /* Mutex handling.  */