acl_free

NAME

LIBRARY

Linux Access Control Lists library (libacl, -lacl).

SYNOPSIS

n sys/types.h n sys/acl.h

DESCRIPTION

The function frees any releasable memory currently allocated by to the ACL data object identified by The argument may identify an ACL, an ACL entry qualifier, or a pointer to a string allocated by the function.

RETURN VALUE

ERRORS

If any of the following conditions occur, the function returns the value and and sets to the corresponding value:
  • EINVAL The value of the argument is invalid.

STANDARDS

IEEE Std 1003.1e draft 17 (POSIX.1e, abandoned)

SEE ALSO

AUTHOR

Derived from the FreeBSD manual pages written by and adapted for Linux by