about summary refs log tree commit diff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-08 09:04:28 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-08 09:04:28 +0000
commit4bae262d2a83847c7e6e6df5989554d51ba8241f (patch)
tree4e3d7926192287bf6ba1fd5b2d2b311d35000365 /nptl/sysdeps
parent606832e6e59fc9771c1c9b2de8666bdfb0b344de (diff)
downloadglibc-4bae262d2a83847c7e6e6df5989554d51ba8241f.tar.gz
glibc-4bae262d2a83847c7e6e6df5989554d51ba8241f.tar.xz
glibc-4bae262d2a83847c7e6e6df5989554d51ba8241f.zip
* iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use. cvs/fedora-glibc-20050208T0948
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/pthread/pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
index 5046a6976b..57024e1e84 100644
--- a/nptl/sysdeps/pthread/pthread.h
+++ b/nptl/sysdeps/pthread/pthread.h
@@ -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.  */