From 8cb83eee5a58b1fad74c34094ce3afb9e430b5a4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:42:50 +0200 Subject: Adding upstream version 2.33.1. Signed-off-by: Daniel Baumann --- include/signames.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/signames.h (limited to 'include/signames.h') diff --git a/include/signames.h b/include/signames.h new file mode 100644 index 0000000..a4fd1bc --- /dev/null +++ b/include/signames.h @@ -0,0 +1,8 @@ +#ifndef SIGNAMES_H +#define SIGNAMES_H + +int signame_to_signum(const char *sig); +const char *signum_to_signame(int signum); +int get_signame_by_idx(size_t idx, const char **signame, int *signum); + +#endif /* SIGNAMES_H */ -- cgit v1.2.3