Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libbsd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libbsd
  • libbsd
  • Merge requests
  • !24

funopen: Replace off64_t with off_t in funopen_seek

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Khem Raj requested to merge kraj/libbsd:main into main Dec 15, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

AC_SYS_LARGEFILE in configure.ac is setting needed defines to make 64bit off_t on relevant platforms.

Fixes build on musl

| ../../../../../../../../workspace/sources/libbsd/src/funopen.c:68:28: error: unknown type name 'off64_t'; did you mean 'off_t'? | funopen_seek(void *cookie, off64_t *offset, int whence) | ^~~~~~~ | off_t

Signed-off-by: Khem Raj raj.khem@gmail.com

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