]> git.ipfire.org Git - thirdparty/systemd.git/commit
util: add getxattr helper apis
authorWaLyong Cho <walyong.cho@gmail.com>
Mon, 27 Jul 2015 17:40:50 +0000 (02:40 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Tue, 4 Aug 2015 12:09:48 +0000 (21:09 +0900)
commit7b9c9ab810eb8746cece22de1dfec375caf4cd13
treed7a9740b2ae42ee9e7ff3b202460a42b88796480
parent13925e4ce87415d71598b81a71639b3032c0b0d3
util: add getxattr helper apis

To get xattr of given path or fd on newly allocated buffer, add new
helper api getxattr_malloc() and fgetxattr_malloc().
src/basic/util.c
src/basic/util.h