aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/wrapfuncs.in
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/wrapfuncs.in')
-rw-r--r--ports/unix/wrapfuncs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/wrapfuncs.in b/ports/unix/wrapfuncs.in
index 8460a65..e0e9739 100644
--- a/ports/unix/wrapfuncs.in
+++ b/ports/unix/wrapfuncs.in
@@ -67,3 +67,4 @@ void sync(void); /* async_skip= */
int syncfs(int fd); /* async_skip=0 */
int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags); /* async_skip=0 */
int msync(void *addr, size_t length, int flags); /* async_skip=0 */
+mode_t umask(mode_t mask);