mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
6ef5605557ee0de06181a40b44915e277fa8a128
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%