1 2 3 4 5 6 7
#ifndef _FCNTL_H #define _FCNTL_H #include <sys/fcntl.h> #define O_NDELAY _FNDELAY #endif /* _FCNTL_H */