Adapt rt_channel, increase the generality of some rt_channel functionality on dfs v2, and standardize signalfd (#8047)

This commit is contained in:
zmq810150896
2023-09-20 07:54:11 +08:00
committed by GitHub
parent 2ff1a1a4c9
commit 092b52ab24
6 changed files with 99 additions and 32 deletions

View File

@@ -28,6 +28,7 @@ extern "C" {
#define FT_USER 3 /* user defined */
#define FT_DEVICE 4 /* device */
#define FT_SYMLINK 5 /* symbol link */
#define FT_NONLOCK 6 /* non lock */
#define DT_UNKNOWN 0x00
#define DT_FIFO 0x01