Skip to content

Fix missing header for posix counting semaphores - #1326

Merged
Aidan63 merged 1 commit into
HaxeFoundation:masterfrom
tobil4sk:fix/android-ndk-21-errno
Jun 18, 2026
Merged

Fix missing header for posix counting semaphores#1326
Aidan63 merged 1 commit into
HaxeFoundation:masterfrom
tobil4sk:fix/android-ndk-21-errno

Conversation

@tobil4sk

@tobil4sk tobil4sk commented Mar 23, 2026

Copy link
Copy Markdown
Member

This is a regression in #1316. We need to include the errno header explicitly to use errno in case it is not included transitively. This happens for example on android with ndk 21.

Fixes #1333

@Aidan63
Aidan63 merged commit 7b1d286 into HaxeFoundation:master Jun 18, 2026
133 checks passed
@tobil4sk
tobil4sk deleted the fix/android-ndk-21-errno branch June 19, 2026 10: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.

to fix: #include <errno.h> in src/hx/thread/CountingSemaphore.posix.cpp

3 participants