1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/file-has-acl
T
Jim Meyering 2bd4c8dc13 file-has-acl: avoid warning from bleeding-edge GCC
* lib/file-has-acl.c: Include attribute.h.
(have_xattr): Declare with ATTRIBUTE_PURE,
to avoid new warning from GCC14-to-be.
* modules/file-has-acl (Depends-on): Add attribute.
Spotted while building coreutils with this:
gcc version 14.0.0 20230526 (experimental)
2023-05-28 09:41:08 -07:00

36 lines
363 B
Plaintext

Description:
Whether a file has an ACL.
Files:
lib/acl-internal.h
lib/file-has-acl.c
m4/acl.m4
Depends-on:
acl-permissions
attribute
extern-inline
minmax
free-posix
stat
stdbool
stdckdint
configure.ac:
gl_FILE_HAS_ACL
Makefile.am:
lib_SOURCES += file-has-acl.c
Include:
"acl.h"
Link:
$(FILE_HAS_ACL_LIB)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering