man pages section 3: Extended Library Functions, Volume 4
  Procure somente este livro
Fazer download desta apostila em PDF (1911 KB)

acl_free(3SEC)

Name | Synopsis | Description | Return Values | Attributes | See Also

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

SunOS 5.11  Last Revised 6 Oct 2005

Name | Synopsis | Description | Return Values | Attributes | See Also