aboutsummaryrefslogtreecommitdiff
path: root/internal/syscallcompat/emulate.go
AgeCommit message (Collapse)Author
2017-11-30syscallcompat: add tests for emulated syscallsJakob Unterwurzacher
Also fix the bug in emulateFchmodat that was found by the tests.
2017-11-30syscallcompat: build emulated syscalls under linux, tooJakob Unterwurzacher
This will allow to test them under linux as well.