From b2d23f83ab04ee1e7ca5d16ec32416939077bc4c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 6 Nov 2018 13:40:23 +0100 Subject: Add umask(). --- LibC/sys/stat.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'LibC/sys') diff --git a/LibC/sys/stat.h b/LibC/sys/stat.h index e69de29bb2..902e63268d 100644 --- a/LibC/sys/stat.h +++ b/LibC/sys/stat.h @@ -0,0 +1,10 @@ +#pragma once + +#include +#include + +__BEGIN_DECLS + +mode_t umask(mode_t); + +__END_DECLS -- cgit v1.2.3