diff options
Diffstat (limited to 'ports/sysdeps')
4 files changed, 4 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h index 0b01c72de4..10f27b9ec2 100644 --- a/ports/sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h +++ b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h @@ -63,6 +63,7 @@ #define _POSIX_THREAD_KEYS_MAX 128 /* This is the value this implementation supports. */ #define PTHREAD_KEYS_MAX 1024 +#define PTHREAD_SIGNAL_SAFE_KEYS_MAX 4 /* Controlling the iterations of destructors for thread-specific data. */ #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h b/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h index 950273e063..70e8665b0a 100644 --- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h +++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h @@ -62,6 +62,7 @@ #define _POSIX_THREAD_KEYS_MAX 128 /* This is the value this implementation supports. */ #define PTHREAD_KEYS_MAX 1024 +#define PTHREAD_SIGNAL_SAFE_KEYS_MAX 4 /* Controlling the iterations of destructors for thread-specific data. */ #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 diff --git a/ports/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h b/ports/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h index 2366908d9c..32a6775f38 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h +++ b/ports/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h @@ -62,6 +62,7 @@ #define _POSIX_THREAD_KEYS_MAX 128 /* This is the value this implementation supports. */ #define PTHREAD_KEYS_MAX 1024 +#define PTHREAD_SIGNAL_SAFE_KEYS_MAX 4 /* Controlling the iterations of destructors for thread-specific data. */ #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h b/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h index 4e5605fd52..2f92153d93 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h +++ b/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h @@ -62,6 +62,7 @@ #define _POSIX_THREAD_KEYS_MAX 128 /* This is the value this implementation supports. */ #define PTHREAD_KEYS_MAX 1024 +#define PTHREAD_SIGNAL_SAFE_KEYS_MAX 4 /* Controlling the iterations of destructors for thread-specific data. */ #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 |