Files
docker-cli/components/engine/pkg/system
Tobias Klauser 6ef5605557 system: Use symlink xattr functions from x/sys/unix
Use the symlink xattr syscall wrappers Lgetxattr and Lsetxattr from
x/sys/unix (introduced in golang/sys@b90f89a) instead of providing own
wrappers. Leave the functionality of system.Lgetxattr intact with
respect to the retry with a larger buffer, but switch it to use
unix.Lgetxattr. Also leave system.Lsetxattr intact (even though it's
just a wrapper around the corresponding function from unix) in order to
keep moby building for !linux.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Upstream-commit: 4d966409bc7033e3bebe7deb921d8be8249f8d18
Component: engine
2017-07-12 14:52:42 +02:00
..
2017-06-20 19:49:24 -07:00
2017-06-20 19:49:24 -07:00
2016-03-11 23:22:16 +08:00
2014-10-22 14:05:45 -07:00
2017-07-03 13:13:09 -07:00
2017-07-03 13:13:09 -07:00
2017-04-05 16:01:53 -07:00