Hash :
2bd4c8dc
Author :
Date :
2023-05-28T09:41:08
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)
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