summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/os390-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/unix/os390-syscalls.h')
-rw-r--r--deps/uv/src/unix/os390-syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/src/unix/os390-syscalls.h b/deps/uv/src/unix/os390-syscalls.h
index 7aba3d27da..5ce6a681bf 100644
--- a/deps/uv/src/unix/os390-syscalls.h
+++ b/deps/uv/src/unix/os390-syscalls.h
@@ -66,5 +66,6 @@ int scandir(const char* maindir, struct dirent*** namelist,
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_ */