Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libXaw
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • lib
  • libXaw
  • Merge requests
  • !1

Avoid warning about missing getpagesize() prototype on Windows

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Jon Turney requested to merge jturney/libxaw:master into master Jun 03, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master