Skip to content

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

@creatxrgithub

Description

@creatxrgithub

android-ndk-r21e
hxcpp: 4.3.2 [git]
haxe --version
4.3.7

error message:

src/hx/thread/CountingSema

phore.posix.cpp:81:8: error: use of undeclared identifier 'errno'

                       if (errno == ETIMEDOUT)

to fix, add "#include <errno.h>" in:

hxcpp/git/src/hx/thread/CountingSemaphore.posix.cpp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions