runc/libcontainer/xattr
Christy Perez 3d7cb4293c Move libcontainer to x/sys/unix
Since syscall is outdated and broken for some architectures,
use x/sys/unix instead.

There are still some dependencies on the syscall package that will
remain in syscall for the forseeable future:

Errno
Signal
SysProcAttr

Additionally:
- os still uses syscall, so it needs to be kept for anything
returning *os.ProcessState, such as process.Wait.

Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2017-05-22 17:35:20 -05:00
..
errors.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
xattr_linux.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
xattr_test.go Fixing xattr test step issue 2015-11-29 09:24:42 +05:30
xattr_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00