add extended attributes syscalls
authorRich Felker <dalias@aerifal.cx>
Mon, 23 Jul 2012 20:39:44 +0000 (16:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 23 Jul 2012 20:39:44 +0000 (16:39 -0400)
commit207460d09742304941f1a010a89fc2efa46bcb29
tree69f53d2669c7877e8d0c4fb298a8f64ca543dd40
parent42f0e965c42d7611e7a02718bffb1a8ffba74488
add extended attributes syscalls

based on patch by orc and Isaac Dunham, with some fixes.
include/sys/xattr.h [new file with mode: 0644]
src/linux/xattr.c [new file with mode: 0644]