Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / umask.h
blobe70d7186504bcb402fc2e1b05ade8022a7090e96
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
9 #include <sys/types.h>
12 extern mode_t __gUmask;
14 #endif /* UMASK_H */