Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
[gnulib.git] / doc / acl-resources.txt
index 54c94d8..6af161f 100644 (file)
@@ -75,6 +75,7 @@ Manual pages:
   http://docs.sun.com/app/docs/doc/816-5167/acl-2?l=en&a=view
   http://docs.sun.com/app/docs/doc/816-5165/getfacl-1?l=en&a=view
   http://docs.sun.com/app/docs/doc/816-5165/setfacl-1?l=en&a=view
+  http://docs.sun.com/app/docs/doc/816-5167/pathconf-2?l=en&a=view
 Includes:
   <sys/acl.h>
 Library:
@@ -89,6 +90,22 @@ Functions in libsec:
   aclsort
   acltomode
   acltotext
+Additionally in Solaris 10 patch 118833-17 (<sys/acl.h> version 1.15):
+  acl_t type
+  ACL_NO_TRIVIAL macro
+  ACE_OTHER macro replaced with ACE_EVERYONE macro
+  ACE_OWNER, ACE_GROUP changed their values(!)
+  ALLOW, DENY macros removed(!)
+  acl_check
+  acl_free
+  acl_fromtext
+  acl_get
+  acl_set
+  acl_strip
+  acl_totext
+  acl_trivial
+  facl_get
+  facl_set
 Utilities:
   getfacl
   setfacl