Skip to content

[libc] implement realpath #154429

@michaelrj-google

Description

@michaelrj-google

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

The realpath function resolves a path so that it doesn't have any /./ or /../ in it. It may also allocate a string of none is provided, similar to strdup.

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