Skip to content

Fixed implicit declaration of lstat on Windows #92

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

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Fixed implicit declaration of lstat on Windows #92

merged 2 commits into from
Feb 3, 2025

Conversation

larsewi
Copy link
Owner

@larsewi larsewi commented Feb 3, 2025

  • Fixed implicit declaration of function 'lstat' on Windows
  • Bumped leech version to 0.1.23

Windows NT does not have the concept of symbolic links. So UNIX `lstat`
is equvivalent to Windows `stat`.

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi larsewi merged commit 4de4705 into master Feb 3, 2025
4 checks passed
@larsewi larsewi deleted the stat branch February 4, 2025 08:46
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