Wed Jun 14 03:45:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Wed, 14 Jun 1995 17:15:57 +0000 (17:15 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 14 Jun 1995 17:15:57 +0000 (17:15 +0000)
commitd6e2f671f716a25188d83350fa517ae9ea29f70f
tree174344177defa77e2bbdc3f172ee33e03a933d5f
parent5e75b23212343257fda8bea933521b0b7c5cdef6
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!!!
ChangeLog
hurd/hurd/signal.h
hurd/hurd/threadvar.h
libc-symbols.h
stdio/stdio.h