mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4d966409bc
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> |
||
---|---|---|
.. | ||
chtimes.go | ||
chtimes_test.go | ||
chtimes_unix.go | ||
chtimes_unix_test.go | ||
chtimes_windows.go | ||
chtimes_windows_test.go | ||
errors.go | ||
events_windows.go | ||
exitcode.go | ||
filesys.go | ||
filesys_windows.go | ||
init.go | ||
init_windows.go | ||
lcow_unix.go | ||
lcow_windows.go | ||
lstat_unix.go | ||
lstat_unix_test.go | ||
lstat_windows.go | ||
meminfo.go | ||
meminfo_linux.go | ||
meminfo_solaris.go | ||
meminfo_unix_test.go | ||
meminfo_unsupported.go | ||
meminfo_windows.go | ||
mknod.go | ||
mknod_windows.go | ||
path.go | ||
path_unix.go | ||
path_windows.go | ||
path_windows_test.go | ||
process_unix.go | ||
rm.go | ||
rm_test.go | ||
stat_darwin.go | ||
stat_freebsd.go | ||
stat_linux.go | ||
stat_openbsd.go | ||
stat_solaris.go | ||
stat_unix.go | ||
stat_unix_test.go | ||
stat_windows.go | ||
syscall_unix.go | ||
syscall_windows.go | ||
syscall_windows_test.go | ||
umask.go | ||
umask_windows.go | ||
utimes_freebsd.go | ||
utimes_linux.go | ||
utimes_unix_test.go | ||
utimes_unsupported.go | ||
xattrs_linux.go | ||
xattrs_unsupported.go |