Skip to content

WIP: Replace syscall with golang.org/x/sys/unix

Alessio Caiazza (OOO until 2024-08-26) requested to merge syscall into master

What does this MR do?

replace syscall package with golang.org/x/sys/unix

Why was this MR needed?

syscall package has been locked down with go 1.4

https://docs.google.com/document/d/1QXzI9I1pOfZPujQzxhyRy6EeHYTQitKKjHfpq0zpxZs/edit

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports