From 7273dc67dc397a4d65c51bdfd2f1815c6ef77285 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Wed, 19 Nov 2025 17:46:40 +0100 Subject: [PATCH] config_unix: Remove WEXITSTATUS & WIFEXITED --- src/config_unix.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/config_unix.h b/src/config_unix.h index 70e6faecb..3b595145c 100644 --- a/src/config_unix.h +++ b/src/config_unix.h @@ -69,13 +69,6 @@ #include #include -#ifndef WEXITSTATUS -#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) -#endif -#ifndef WIFEXITED -#define WIFEXITED(stat_val) (((stat_val) & 255) == 0) -#endif - #include #include