2 * Copyright 2004-2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
10 #include <errno_private.h>
15 mode_t __gUmask
= 022;
16 // this must be made available to open() and friends
22 mode_t oldMask
= __gUmask
;