ACL_FREE(3SEC) File Access Control Library Functions ACL_FREE(3SEC)

NAME


acl_free - free memory associated with an acl_t structure

SYNOPSIS


cc [ flag... ] file... -lsec [ library... ]
#include <sys/acl.h>

void acl_free(acl_t *aclp);


DESCRIPTION


The acl_free() function frees memory allocated for the acl_t structure
pointed to by the aclp argument.

RETURN VALUES


The acl_free() function does not return a value.

ATTRIBUTES


See attributes(7) for descriptions of the following attributes:


+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Evolving |
+--------------------+-----------------+
|MT-Level | MT-Safe |
+--------------------+-----------------+

SEE ALSO


acl_get(3SEC), acl(7), attributes(7)

October 6, 2005 ACL_FREE(3SEC)