Allocate and initialize an access control list (ACL) working storage area
#include <sys/acl.h> acl_t acl_init( int count );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The acl_int() function allocates and initializes working storage for an ACL of at least count entries.
A pointer to the allocated area, or NULL if an error occurred (errno is set).
This function is based on the withdrawn POSIX draft P1003.1e.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |