Content-type: text/html Man page of acl_free

acl_free

Section: File Access Control Library Functions (3SEC)
Updated: 6 Oct 2005
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE
Interface StabilityEvolving
MT-LevelMT-Safe

 

SEE ALSO

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:05 GMT, October 02, 2010