Remove sysdefs/ipcpipe.h

This commit is contained in:
2025-10-14 08:15:07 +02:00
parent a67d80a2d1
commit 8aec45316c
5 changed files with 0 additions and 22 deletions

View File

@ -1,18 +0,0 @@
#ifndef SHARE_SYSDEFS_IPCPIPE_H_
#define SHARE_SYSDEFS_IPCPIPE_H_
#include <stdint.h>
#include <stddef.h>
#define IPCPIPE_SELFPID (-1)
#define IPCPIPE_OUT (0)
#define IPCPIPE_IN (1)
#define IPCPIPE_MAKE 0
#define IPCPIPE_READ 1
#define IPCPIPE_WRITE 2
#define IPCPIPE_REPLACE 4
#define IPCPIPE_DELETE 5
#endif // SHARE_SYSDEFS_IPCPIPE_H_