Skip to content

POSIX constant not available on Windows causes compile errors #715

@bjornblissing

Description

@bjornblissing

This section uses MAP_FAILED, which is a POSIX constant not available on Windows. Resulting in compilation errors.

if (!new_arena || new_arena == (byte_t*)MAP_FAILED)

Introduced by: #711

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions