https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e75829e117f5daf73b8a505284a58faa87776fa
commit 6e75829e117f5daf73b8a505284a58faa87776fa Author: Corinna Vinschen <cori...@vinschen.de> AuthorDate: Mon Mar 31 21:50:42 2025 +0200 Commit: Corinna Vinschen <cori...@vinschen.de> CommitDate: Mon Mar 31 22:03:53 2025 +0200 Cygwin: posix.xml: Mark libacl functions correctly The functions defined by libacl, but not in POSIX.1e draft 17, are accidentally documented as POSIX functions. Mark them as libacl functions instead. Fixes: 004e95cf3594 ("Cygwin: winsup/doc/posix.xml: add missing POSIX.1e functions to docs") Signed-off-by: Corinna Vinschen <cori...@vinschen.de> Diff: --- winsup/doc/posix.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index af63aa060442..cec7ee38a533 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1614,9 +1614,9 @@ ISO®/IEC DIS 9945 Information technology _toupper (SUSv4) acl_add_perm (POSIX.1e draft) acl_calc_mask (POSIX.1e draft) - acl_check (POSIX.1e draft) + acl_check (libacl) acl_clear_perms (POSIX.1e draft) - acl_cmp (POSIX.1e draft) + acl_cmp (libacl) acl_copy_entry (POSIX.1e draft) acl_copy_ext (POSIX.1e draft) acl_copy_int (POSIX.1e draft) @@ -1625,21 +1625,21 @@ ISO®/IEC DIS 9945 Information technology acl_delete_entry (POSIX.1e draft) acl_delete_perm (POSIX.1e draft) acl_dup (POSIX.1e draft) - acl_entries (POSIX.1e draft) - acl_equiv_mode (POSIX.1e draft) + acl_entries (libacl) + acl_equiv_mode (libacl) acl_error (POSIX.1e draft) - acl_extended_fd (POSIX.1e draft) - acl_extended_file (POSIX.1e draft) - acl_extended_file_nofollow (POSIX.1e draft) + acl_extended_fd (libacl) + acl_extended_file (libacl) + acl_extended_file_nofollow (libacl) acl_free (POSIX.1e draft) - acl_from_mode (POSIX.1e draft) + acl_from_mode (libacl) acl_from_text (POSIX.1e draft) acl_get_entry (POSIX.1e draft) acl_get_fd (POSIX.1e draft) acl_get_fd_np (FreeBSD, NetBSD) acl_get_file (POSIX.1e draft) - acl_get_perm (POSIX.1e draft) acl_get_link_np (FreeBSD, NetBSD) + acl_get_perm (libacl) acl_get_perm_np (FreeBSD, NetBSD) acl_get_permset (POSIX.1e draft) acl_get_qualifier (POSIX.1e draft) @@ -1655,7 +1655,7 @@ ISO®/IEC DIS 9945 Information technology acl_set_tag_type (POSIX.1e draft) acl_size (POSIX.1e draft) acl_strip_np (FreeBSD, NetBSD) - acl_to_any_text (POSIX.1e draft) + acl_to_any_text (libacl) acl_to_text (POSIX.1e draft) acl_valid (POSIX.1e draft) atoff (AIX)