* sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessor
authorRoland McGrath <roland@gnu.org>
Tue, 6 Dec 2005 01:38:34 +0000 (01:38 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 6 Dec 2005 01:38:34 +0000 (01:38 +0000)
commit2ce7e666e9f64730bdac1be1c7b43c2375d82826
tree44573949c5a491a52c743d125574e9e27d550fa6
parenta6ba1c33efd5895cb35b0e68027b74786f161cfe
* sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessor

protection and allow pthread.h to include bits/setjmp.h as well as
setjmp.h.
* sysdeps/m68k/bits/setjmp.h: Likewise.
* sysdeps/s390/bits/setjmp.h: Make sure only setjmp.h or pthread.h
are allow to include bits/setjmp.h.
* sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Cast rhs to match lhs
cast of address.
* sysdeps/sh/bits/setjmp.h: Likewise.

2005-11-12  Jim Meyering  <jim@meyering.net>

* sysdeps/unix/opendir.c (__alloc_dir): Declare STATP parameter
to be pointer to const.
* include/dirent.h: Update decl.
ChangeLog
include/dirent.h
sysdeps/hppa/bits/setjmp.h
sysdeps/m68k/bits/setjmp.h
sysdeps/mips/bits/setjmp.h
sysdeps/s390/bits/setjmp.h
sysdeps/sh/bits/setjmp.h
sysdeps/unix/opendir.c