diff options
author | Roland McGrath <roland@gnu.org> | 1995-06-14 17:15:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-06-14 17:15:57 +0000 |
commit | d6e2f671f716a25188d83350fa517ae9ea29f70f (patch) | |
tree | 174344177defa77e2bbdc3f172ee33e03a933d5f /ChangeLog | |
parent | 5e75b23212343257fda8bea933521b0b7c5cdef6 (diff) | |
download | glibc-d6e2f671f716a25188d83350fa517ae9ea29f70f.zip glibc-d6e2f671f716a25188d83350fa517ae9ea29f70f.tar.gz glibc-d6e2f671f716a25188d83350fa517ae9ea29f70f.tar.bz2 |
Wed Jun 14 03:45:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio/stdio.h (__validfp): Use ({...}) rather than a comma
expression, to avoid gcc's "value computed is not used" warning.
* libc-symbols.h (_elf_set_element): Give the set-element variable
an `unused' attribute.
* hurd/hurd/threadvar.h (__hurd_threadvar_location): Declare with
__attribute__ ((__const__)).
* hurd/hurd/signal.h (_hurd_self_sigstate): Likewise.
* hurd/hurd/userlink.h (_hurd_userlink_link): Properly set
LINK->resource.next->resource.prevp when appropriate, not
LINK->resource.next->thread.prevp!!!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Wed Jun 14 03:45:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * stdio/stdio.h (__validfp): Use ({...}) rather than a comma + expression, to avoid gcc's "value computed is not used" warning. + + * libc-symbols.h (_elf_set_element): Give the set-element variable + an `unused' attribute. + + * hurd/hurd/threadvar.h (__hurd_threadvar_location): Declare with + __attribute__ ((__const__)). + * hurd/hurd/signal.h (_hurd_self_sigstate): Likewise. + + * hurd/hurd/userlink.h (_hurd_userlink_link): Properly set + LINK->resource.next->resource.prevp when appropriate, not + LINK->resource.next->thread.prevp!!! + Tue Jun 13 15:45:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * configure.in (libc_cv_asm_set_directive): Make sure that the |