On Fri, 9 Mar 2012, Roland McGrath wrote:
> The change seems fine. But I think the log entry should have an explicit
> pointer to the POSIX interpretation citation by way of rationale.
I've committed it with references in the log to
https://www.opengroup.org/sophocles/show_mail.tpl?CALLER=index
The change seems fine. But I think the log entry should have an explicit
pointer to the POSIX interpretation citation by way of rationale.
Thanks,
Roland
The answer from the Austin Group list was that the POSIX requirement
*does* mean all symbols from time.h are to be defined by pthread.h and
it's a bug in the change history that it refers to allowing rather
than requiring the symbols to be made visible. Thus, I propose this
patch to make pthread.h
I've observed another problem building libstdc++ with current glibc (given
the gets fix that is now in current libstdc++). I see errors of the form:
gthr-default.h:681:48: error: 'NULL' was not declared in this scope
which it appears did not appear before because pthread.h, included by
gthr-po