Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !73

Minor hotfix for unistd.h syscall declaration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:hans-syscall-unistd-fix into develop Oct 12, 2018
  • Overview 2
  • Commits 1
  • Changes 4

Within mt_barrier libsac header we declare the Linux only function syscall, and is used to set futex barriers. This function is normally provided through the unistd.h header file, but instead we directly declare it - this causes problems with redefinitions and C/NVCC compiler warnings.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hans-syscall-unistd-fix