Free the working storage area allocated for an access control list (ACL) data object
#include <sys/acl.h> int acl_free( void *obj_p );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The acl_free() function releases a work storage area that was allocated for an ACL data object.
0.
This function is based on the withdrawn POSIX draft P1003.1e.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |