Skip to content

Conversation

bdrung
Copy link

@bdrung bdrung commented Apr 28, 2025

The statx(2) man page says about identifying the target file by file descriptor: "If pathname is an empty string (or NULL since Linux 6.11) and the AT_EMPTY_PATH flag is specified in flags (see below), then the target file is the one referred to by the file descriptor dirfd."

Support this use case in case the first parameter is an integer.

The statx(2) man page says about identifying the target file by file
descriptor: "If pathname is an empty string (or `NULL` since Linux 6.11)
and the `AT_EMPTY_PATH` flag is specified in _flags_ (see below), then
the target file is the one referred to by the file descriptor _dirfd_."

Support this use case in case the first parameter is an integer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant