xref: /illumos-gate/usr/src/man/man3sec/acl_free.3sec (revision 694c35faa87b858ecdadfe4fc592615f4eefbb07)
te
Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
ACL_FREE 3SEC "Oct 6, 2005"
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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO

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