BProc Manual | ||
---|---|---|
<<< Previous | Next >>> |
bproc_access checks whether the type of accesses specificied by mode is allowed. Currently the only type of accessis BPROC_X_OK.
If the access is allowed, bproc_access will return 0. If the access isn't allowed, bproc_access will return -1 and errno will be set to EACCES. On error, bproc_access will return -1 and errno will be set appropriately.
<<< Previous | Home | Next >>> |
C Library Reference | Up | bproc_chgrp |