summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-12-20 00:10:51 +0000
committerNed Ludd <solar@gentoo.org>2004-12-20 00:10:51 +0000
commitd503d1d6c62506ba6fb51c04a9703039e71d11a9 (patch)
tree1d3976101fc6bfa6aa7cb28aed91d404b03c5ee5 /extra
parent1c8d7ee9cbe7483d06dab11b1333ea2eb23e60c6 (diff)
- 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.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 56f794912..6969bdb5e 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -526,6 +526,16 @@ config UCLIBC_TZ_FILE_PATH
Most people will use the default of '/etc/TZ'.
+config UCLIBC_XATTR
+ bool "Extended Attributes"
+ default n
+ help
+ Extended attributes are name:value pairs associated with inodes (files,
+ directories, symlinks, etc). They are extensions to the normal attributes
+ which are associated with all inodes in the system.
+ Most people should answer N.
+ Selinux users will want to say Y here.
+
endmenu
menu "Networking Support"