diff options
author | libuv upstream <libuv@googlegroups.com> | 2018-01-19 16:57:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-19 18:03:03 (GMT) |
commit | f4a26c748b5ea2cafecdf5490b744a2b167c01ae (patch) | |
tree | f59656c8a8c55c9e5482185a827f24457f1f9ae3 /src/unix/os390-syscalls.h | |
parent | 362435f02a52008a90a1c19862f09b01f1b5bd7f (diff) | |
download | CMake-f4a26c748b5ea2cafecdf5490b744a2b167c01ae.zip CMake-f4a26c748b5ea2cafecdf5490b744a2b167c01ae.tar.gz CMake-f4a26c748b5ea2cafecdf5490b744a2b167c01ae.tar.bz2 |
libuv 2018-01-19 (63de1eca)
Code extracted from:
https://github.com/libuv/libuv.git
at commit 63de1ecad3252d3e9ed2fe960c21d9387615fa45 (v1.x).
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_ */ |