]> git.corax.cc Git - corax/commitdiff
sys/io: Remove unused CXIO_FORK message type
authorMatthias Kruk <m@m10k.eu>
Sun, 16 Aug 2020 04:57:20 +0000 (13:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 16 Aug 2020 04:57:20 +0000 (13:57 +0900)
include/corax/ipc/io.h

index 01ad3267f6c71bd6b3e2d17f6cb64d7f5bab10be..3dc788a16867dc79fb190d2d87d02e9c29b7ff9b 100644 (file)
@@ -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;