libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 8 23:56:31 UTC 2019


 src/OS.c |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 894617e0220c3018d73081191699d135dcb19dc1
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Mon Jun 3 21:26:25 2019 +0100

    Avoid warning about missing getpagesize() prototype on Windows
    
    Work-around AC_CHECK_FUNCS([getpagesize]) reporting a false positive
    when using MinGW gcc, due to it being present in libgcc.a, which results
    in trying to use it without a prototype.
    
    Future work: This value control the default memory allocation size for
    text widgets.  If there's some reason why a fallback to using BUFSIZ is
    bad, we could use the actual pagesize instead.



More information about the xorg-commit mailing list