OSDN Git Service

- Added support for 13 new syscalls to allow more things to compile when using uClibc...
authorNed Ludd <solar@gentoo.org>
Mon, 20 Dec 2004 00:10:51 +0000 (00:10 -0000)
committerNed Ludd <solar@gentoo.org>
Mon, 20 Dec 2004 00:10:51 +0000 (00:10 -0000)
commitd503d1d6c62506ba6fb51c04a9703039e71d11a9
tree1d3976101fc6bfa6aa7cb28aed91d404b03c5ee5
parent1c8d7ee9cbe7483d06dab11b1333ea2eb23e60c6
- Added support for 13 new syscalls to allow more things to compile when using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
extra/Configs/Config.in
include/sys/xattr.h [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/mincore.c [new file with mode: 0644]
libc/sysdeps/linux/common/xattr.c [new file with mode: 0644]