1acl_free(3SEC)       File Access Control Library Functions      acl_free(3SEC)
2
3
4

NAME

6       acl_free - free memory associated with an acl_t structure
7

SYNOPSIS

9       cc [ flag... ] file... -lsec [ library... ]
10       #include <sys/acl.h>
11
12       void acl_free(acl_t *aclp);
13
14

DESCRIPTION

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

RETURN VALUES

20       The acl_free() function does not return a value.
21

ATTRIBUTES

23       See attributes(5) for descriptions of the following attributes:
24
25
26
27
28       ┌─────────────────────────────┬─────────────────────────────┐
29       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
30       ├─────────────────────────────┼─────────────────────────────┤
31       │Interface Stability          │Evolving                     │
32       ├─────────────────────────────┼─────────────────────────────┤
33       │MT-Level                     │MT-Safe                      │
34       └─────────────────────────────┴─────────────────────────────┘
35

SEE ALSO

37       acl_get(3SEC), acl(5), attributes(5)
38
39
40
41SunOS 5.11                        6 Oct 2005                    acl_free(3SEC)
Impressum