diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-22 11:20:39 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-22 11:20:39 +0000 |
commit | f587a2a765fb3bac352bedf6ef8b322eb3363339 (patch) | |
tree | cfa35f2ad2ce3edcaf1de87646743007fed84bce /lib/libsysdecode/mklinuxtables | |
parent | b9b86b6742ad589e5ad1077c000bfdb2ce9ac198 (diff) |
Diffstat (limited to 'lib/libsysdecode/mklinuxtables')
-rw-r--r-- | lib/libsysdecode/mklinuxtables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/mklinuxtables b/lib/libsysdecode/mklinuxtables index 62f0d9329c94..efd579adff35 100644 --- a/lib/libsysdecode/mklinuxtables +++ b/lib/libsysdecode/mklinuxtables @@ -90,6 +90,7 @@ _EOF_ gen_table "clockids" "LINUX_CLOCK_[A-Z_]+[[:space:]]+[0-9]+" "compat/linux/linux_timer.h" gen_table "clockcpuids" "LINUX_CPUCLOCK_[A-Z_]+[[:space:]]+[0-9]+" "compat/linux/linux_timer.h" "_MASK|_MAX" +gen_table "sigprocmaskhow" "LINUX_SIG_[A-Z]+[[:space:]]+[0-9]+" "compat/linux/linux.h" # Generate a .depend file for our output file if [ -n "$output_file" ]; then |