/* * Copyright (c) 2014 Wind River Systems; see * guts/COPYRIGHT for information. * * SPDX-License-Identifier: LGPL-2.1-only * * int lsetxattr(const char *path, const char *name, const void *value, size_t size, int xflags) * int rc = -1; */ rc = shared_setxattr(path, -1, name, value, size, xflags); /* return rc; * } */