summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/xattr.c
Commit message (Collapse)AuthorAgeFilesLines
* unify stub logicMike Frysinger2011-02-241-78/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-12/+12
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+5
|
* Patch from psm, vapier, and solar, adding xattr syscallsEric Andersen2004-12-221-14/+104
|
* - Added support for 13 new syscalls to allow more things to compile when ↵Ned Ludd2004-12-201-0/+71
using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.