Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S syscall
  • 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 9
    • Merge requests 9
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • syscall
  • Merge requests
  • !45

change seek sig to match posix - signed pos and result

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Graham MacDonald requested to merge gmacd/syscall:signed-seek into master Jun 10, 2020
  • Overview 1
  • Commits 2
  • Pipelines 3
  • Changes 3

posix seek uses signed int for pos and result. we should change the seek signature to match, particularly since negative pos is valid.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: signed-seek