]> Savannah Git Hosting - gnulib.git/commit
acl: First step towards more consistent function names.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2024 15:58:48 +0000 (17:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2024 16:20:47 +0000 (18:20 +0200)
commit8a71833114c376212ecdd56495604905f6aa218d
tree08858b2498948dbfab52c3d6a1cdad9d62abdb90
parent8f4e5f3491dfa50c193b0486ffc7566581c5baae
acl: First step towards more consistent function names.

* lib/acl.h (xset_acl): New declaration.
(set_acl): Mark deprecated.
(xcopy_acl): New declaration.
(copy_acl): Mark deprecated.
* lib/set-acl.c (xset_acl): Renamed from set_acl.
(set_acl): New function.
* lib/copy-acl.c (xcopy_acl): Renamed from copy_acl.
(copy_acl): New function.
* tests/test-set-mode-acl.c (main): Test xset_acl instead of set_acl.
* tests/test-copy-acl.c (main): Test xcopy_acl instead of copy_acl.
ChangeLog
lib/acl.h
lib/copy-acl.c
lib/set-acl.c
tests/test-copy-acl.c
tests/test-set-mode-acl.c