golang/go

x/sys/unix: missing flags support for Setxattr on freebsd.

Open

#14,455 opened on Feb 22, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixOS-FreeBSDcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently, flags parameter is ignored. We can implement XATTR_CREATE and XATTR_REPLACE for this.

Contributor guide