9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
12 lines
263 B
C
12 lines
263 B
C
#ifndef _ABIBITS_SIG_LIMITS_H
|
|
#define _ABIBITS_SIG_LIMITS_H
|
|
|
|
#include <mlibc-config.h>
|
|
|
|
#define NSIG_MAX 1024
|
|
|
|
#if defined(_DEFAULT_SOURCE) || __MLIBC_XOPEN
|
|
#define NZERO 20
|
|
#endif /* defined(_DEFAULT_SOURCE) || __MLIBC_XOPEN */
|
|
|
|
#endif /*_ABIBITS_SIG_LIMITS_H */ |