mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +00:00
Kernel: Define the POLLRDNORM alias for POLLIN
This flag is equivalent to POLLIN.
This commit is contained in:
parent
05aa764402
commit
f2fef049e1
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define POLLIN (1u << 0)
|
||||
#define POLLRDNORM POLLIN
|
||||
#define POLLPRI (1u << 1)
|
||||
#define POLLOUT (1u << 2)
|
||||
#define POLLWRNORM POLLOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue