ACLDELETEFLAGNP(3) BSD Library Functions Manual ACLDELETEFLAGNP(3)
NAME
acldeleteflagnp -- delete flags from a flag set
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
##include <>
##include <>
int
acldeleteflagnp(aclflagsett flagsetd, aclflagt flag);
DESCRIPTION
The acldeleteflagnp() function is a nonstandard extension that removes
the specific flag flag from the flag set flagsetd.
RETURN VALUES
The acldeleteflagnp() function returns the value 0 if successful; oth-
erwise the value -1 is returned and the global variable errno is set to
indicate the error.
ERORS
The acldeleteflagnp() function fails if:
[EINVAL] Argument flagsetd is not a valid descriptor for a
flag set. Argument flag does not contain an
aclflagt value that is valid for the flagsetd
flagset.
SEE ALSO
acl(3), acladdflagnp(3), aclclearflagsnp(3), aclgetflagsetnp(3),
aclsetflagsetnp(3),
AUTHORS
Michael Smith
Chris D. Faulhaber
BSD March 10, 2001 BSD
|