From 6ad4314abb2f128742fc72cde050f1e02cca9307 Mon Sep 17 00:00:00 2001 From: Michalis Pappas Date: Thu, 28 Dec 2023 12:42:17 +0100 Subject: [PATCH] lib/posix-process: Import `sigset.h` from libuksignal Migrate `sigset.h` from libuksignal verbatim. Signed-off-by: Michalis Pappas Reviewed-by: Ioan-Teodor Teugea Reviewed-by: Sergiu Moga Reviewed-by: Andrei Tatar Approved-by: Andrei Tatar GitHub-Closes: #1248 --- lib/{uksignal => posix-process/signal}/sigset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename lib/{uksignal => posix-process/signal}/sigset.h (96%) diff --git a/lib/uksignal/sigset.h b/lib/posix-process/signal/sigset.h similarity index 96% rename from lib/uksignal/sigset.h rename to lib/posix-process/signal/sigset.h index da108bf1e..697860140 100644 --- a/lib/uksignal/sigset.h +++ b/lib/posix-process/signal/sigset.h @@ -34,8 +34,8 @@ * POSSIBILITY OF SUCH DAMAGE. * */ -#ifndef __UK_SIGSET_H__ -#define __UK_SIGSET_H__ +#ifndef __UK_PROCESS_SIGSET_H__ +#define __UK_PROCESS_SIGSET_H__ #ifdef __cplusplus extern "C" { @@ -62,4 +62,4 @@ extern "C" { } #endif -#endif /* __UK_SIGSET_H__ */ +#endif /* __UK_PROCESS_SIGSET_H__ */ -- 2.39.5