diff options
Diffstat (limited to 'sysdeps/nptl/dl-tunables.list')
-rw-r--r-- | sysdeps/nptl/dl-tunables.list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/nptl/dl-tunables.list b/sysdeps/nptl/dl-tunables.list index ac5d053298..d24f4be0d0 100644 --- a/sysdeps/nptl/dl-tunables.list +++ b/sysdeps/nptl/dl-tunables.list @@ -27,5 +27,11 @@ glibc { type: SIZE_T default: 41943040 } + rseq { + type: INT_32 + minval: 0 + maxval: 1 + default: 1 + } } } |