diff --git a/src/unix/ibmi.c b/src/unix/ibmi.c index fe270f8c5..f4f8748a8 100644 --- a/src/unix/ibmi.c +++ b/src/unix/ibmi.c @@ -538,3 +538,9 @@ int uv_get_process_title(char* buffer, size_t size) { void uv__process_title_cleanup(void) { } + +void uv__ahafs_event(uv_loop_t* loop, + uv__io_t* event_watch, + unsigned int fflags) { + /* Stub function to satisfy the linker. */ +}