Skip to content

Commit 7273dc6

Browse files
committed
config_unix: Remove WEXITSTATUS & WIFEXITED
1 parent a0bd8da commit 7273dc6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/config_unix.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@
6969
#include <unistd.h>
7070
#include <sys/select.h>
7171

72-
#ifndef WEXITSTATUS
73-
#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
74-
#endif
75-
#ifndef WIFEXITED
76-
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
77-
#endif
78-
7972
#include <inttypes.h>
8073
#include <stdint.h>
8174

0 commit comments

Comments
 (0)