ACLCLEARFLAGSNP(3) BSD Library Functions Manual ACLCLEARFLAGSNP(3)
NAME
aclclearflagsnp -- clear flags from a flag set
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
##include <>
##include <>
int
aclclearflagsnp(aclflagsett flagsetd);
DESCRIPTION
The aclclearflagsnp() function is a nonstandard extension that clears
all flags from flag set flagsetd.
RETURN VALUES
The aclclearflagsnp() 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 aclclearflagsnp() function fails if:
[EINVAL] Argument flagsetd is not a valid descriptor for a
flag set.
SEE ALSO
acl(3), acladdflagnp(3), acldeleteflagnp(3), aclgetflagsetnp(3),
aclsetflagsetnp(3),
AUTHORS
Michael Smith
Chris D Fulhaber
BSD March 10, 2001 BSD
|