Changeset 128a311 in mainline for uspace/lib/c/include/dirent.h

Timestamp:
2026-03-17T12:37:31Z (39 hours ago)
Author:
Vít Skalický <skalicky@…>
Children:
8c35ebd
Parents:
df4f7c30
git-author:
Vít Skalický <skalicky@…> (2026-03-16 14:27:57)
git-committer:
Vít Skalický <skalicky@…> (2026-03-17 12:37:31)
Message:

Use vfs_clone in opendir_handle()

Before, the handle passed to it would be saved and later put by
closedir. However, the handle is owned by the caller of opendir_handle()
and it their responsibility to put it, not our.

(No files)

Note: See TracChangeset for help on using the changeset viewer.