diff options
Diffstat (limited to 'src/unix/os390-syscalls.h')
-rw-r--r-- | src/unix/os390-syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unix/os390-syscalls.h b/src/unix/os390-syscalls.h index 61a7cee..6e34a88 100644 --- a/src/unix/os390-syscalls.h +++ b/src/unix/os390-syscalls.h @@ -50,6 +50,7 @@ typedef struct { QUEUE member; struct pollfd* items; unsigned long size; + int msg_queue; } uv__os390_epoll; /* epoll api */ @@ -65,5 +66,7 @@ int scandir(const char* maindir, struct dirent*** namelist, int (*compar)(const struct dirent **, const struct dirent **)); char *mkdtemp(char* path); +ssize_t os390_readlink(const char* path, char* buf, size_t len); +size_t strnlen(const char* str, size_t maxlen); #endif /* UV_OS390_SYSCALL_H_ */ |