From 44a62f2cafec834e53535c9de684fd44baeab540 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 16 Aug 2020 13:57:20 +0900 Subject: [PATCH] sys/io: Remove unused CXIO_FORK message type --- include/corax/ipc/io.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/corax/ipc/io.h b/include/corax/ipc/io.h index 01ad326..3dc788a 100644 --- a/include/corax/ipc/io.h +++ b/include/corax/ipc/io.h @@ -9,13 +9,7 @@ #define CXIO_WRITE 2 #define CXIO_OPEN 3 #define CXIO_CLOSE 4 -#define CXIO_FORK 5 -#define CXIO_PIPE 6 - -struct cxio_fork { - pid_t parent; - pid_t child; -}; +#define CXIO_PIPE 5 struct cxio_pipe { int flags; -- 2.47.3