Skip to content

Definition of pid_t not found on plain Windows #78

@kaoh

Description

@kaoh

check.h defines:

CK_DLL_EXP pid_t CK_EXPORT check_fork(void);

A fix would be:

#ifdef WIN32
#define pid_t int
#endif

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