diff options
Diffstat (limited to 'teal-src/util/poll.d.tl')
-rw-r--r-- | teal-src/util/poll.d.tl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/teal-src/util/poll.d.tl b/teal-src/util/poll.d.tl index 7e346161..8df56d57 100644 --- a/teal-src/util/poll.d.tl +++ b/teal-src/util/poll.d.tl @@ -17,8 +17,15 @@ 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 end return lib |