From: Matthias Kruk Date: Sun, 16 Aug 2020 04:57:20 +0000 (+0900) Subject: sys/io: Remove unused CXIO_FORK message type X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=44a62f2cafec834e53535c9de684fd44baeab540;p=corax sys/io: Remove unused CXIO_FORK message type --- 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;