1 Commits

Author SHA1 Message Date
Zygmunt Krynicki
429979a442 osutil: add symlinkat(2) and readlinkat(2)
This patch adds the symlinkat(2) and readlinkat(2) system calls which
are not exposed in golang 1.6. The implementation uses syscall.Syscall
along with syscall.SYS_SYMLINKAT and SYS_READLINKAT which are,
fortunately, available.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2018-03-15 23:47:22 +01:00