Skip to content

NSIG is wrong on glibc #168

@leahneukirchen

Description

@leahneukirchen

On Linux/glibc 2.41:

configure check sig_count=641

This is because NSIG is defined as

/usr/include/bits/signum-generic.h:#define _NSIG                (__SIGRTMAX + 1)

However, all non-digit characters are truncated. Any idea how to compute this properly?

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