Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSIX directory functions (opendir, closedir and readdir) #1301

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

bettio
Copy link
Collaborator

@bettio bettio commented Sep 29, 2024

Directory listing using POSIX functions. Beware of 32 bit ARM and other 32 bit architectures, where ino_t is 32 bit while inodes are frequently 64 bit.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

@bettio bettio changed the base branch from main to release-0.6 September 29, 2024 23:26
@bettio bettio force-pushed the posix-readdir branch 3 times, most recently from ce5de2e to f085aa0 Compare September 30, 2024 11:49
Add `atomvm:posix_opendir/1`, `atomvm:posix_closedir/1` and
`atomvm:posix_readdir/1` functions.

Signed-off-by: Davide Bettio <[email protected]>
@bettio bettio merged commit 695495d into atomvm:release-0.6 Oct 2, 2024
96 checks passed
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.

2 participants