diff options
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/util/poll.d.tl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/teal-src/util/poll.d.tl b/teal-src/util/poll.d.tl index 28fd982b..8df56d57 100644 --- a/teal-src/util/poll.d.tl +++ b/teal-src/util/poll.d.tl @@ -17,10 +17,12 @@ end local record lib new : function () : state - ENOENT : integer EEXIST : integer + EMFILE : integer + ENOENT : integer enum api_backend "epoll" + "poll" "select" end api : api_backend |