Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • darshan
  • darshan
  • Merge requests
  • !26

bugfix to enable compilation on 32-bit platforms (resolves #252)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Glenn K. Lockwood requested to merge glock/darshan:bugfix-32bit into master Nov 24, 2018
  • Overview 0
  • Commits 1
  • Changes 2

A couple of wrappers for the 64-bit variants of POSIX and stdio were incorrectly using off_t instead of off64_t which prevented successful compilation on 32-bit operating systems. This fixes that issue.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix-32bit