Skip to content

undeclared identifier 'SIGCLD' on OSX El Captain  #1

Description

@Grabber

issue

prism.c:178:12: error: use of undeclared identifier 'SIGCLD'
signal(SIGCLD, SIG_IGN); //Prevent child process from becoming zombie process

patch

#ifndef SIGCLD
#   define SIGCLD SIGCHLD
#endif

gcc -Wall -o prism prism.c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions