xref: /haiku/headers/private/libroot/umask.h (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 /*
2  * Copyright 2009, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef UMASK_H
6 #define UMASK_H
7 
8 
9 #include <sys/types.h>
10 
11 
12 extern mode_t __gUmask;
13 
14 #endif	/* UMASK_H */
15