Skip to content

[libc] implement faccessat #160404

@michaelrj-google

Description

@michaelrj-google

Described in POSIX: https://pubs.opengroup.org/onlinepubs/9799919799/functions/access.html

The faccessat function is a syscall wrapper that checks if a file is available.

This will be very similar to the access syscall wrapper, implemented here:

#elif defined(SYS_faccessat)

Here's a checklist for what you'll need to do for this:

(Reserved for specific assignee)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions