repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
private
/
libroot
/
umask.h
blob
e70d7186504bcb402fc2e1b05ade8022a7090e96
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 */