diff options
author | libuv upstream <libuv@googlegroups.com> | 2017-05-25 15:51:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-26 17:33:40 (GMT) |
commit | 362435f02a52008a90a1c19862f09b01f1b5bd7f (patch) | |
tree | 8f63df70d3742bd44cd7a3240bc59aa1d447a08c /src/unix/os390.c | |
parent | 12a78bc824655524d817508d6107ef4dcf8e3626 (diff) | |
download | CMake-362435f02a52008a90a1c19862f09b01f1b5bd7f.zip CMake-362435f02a52008a90a1c19862f09b01f1b5bd7f.tar.gz CMake-362435f02a52008a90a1c19862f09b01f1b5bd7f.tar.bz2 |
libuv 2017-05-25 (dc596109)
Code extracted from:
https://github.com/libuv/libuv.git
at commit dc596109d5a22db1dbf57098630eebd30fce8068 (v1.x).
Diffstat (limited to 'src/unix/os390.c')
-rw-r--r-- | src/unix/os390.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/unix/os390.c b/src/unix/os390.c index e9ba90c..2ba5abf 100644 --- a/src/unix/os390.c +++ b/src/unix/os390.c @@ -663,28 +663,6 @@ int uv__io_check_fd(uv_loop_t* loop, int fd) { return 0; } - -void uv__fs_event_close(uv_fs_event_t* handle) { - UNREACHABLE(); -} - - -int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { - return -ENOSYS; -} - - -int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, - const char* filename, unsigned int flags) { - return -ENOSYS; -} - - -int uv_fs_event_stop(uv_fs_event_t* handle) { - return -ENOSYS; -} - - void uv__io_poll(uv_loop_t* loop, int timeout) { static const int max_safe_timeout = 1789569; struct epoll_event events[1024]; |