mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
2bd4c8dc13
* 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)
36 lines
363 B
Plaintext
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
|