See https://github.com/JuliaLang/julia/issues/16237. So umask is ignored on
0.4.x but respected on 0.5-dev.

On Wed, Jun 8, 2016 at 3:28 AM, Kaj Wiik <[email protected]> wrote:

> I tried
> ccall( (:umask, "libc"), Cint, (Cint,), 0o22)
> and while it did not give any error and in fact seemed to change the
> umask, it did not have any effect to the premissions of the created files.
>
> Kaj
>
> On Wednesday, June 8, 2016 at 10:10:56 AM UTC+3, Kaj Wiik wrote:
>>
>> Is there a way to set the default umask for the process?
>>
>> Kaj
>>
>>

Reply via email to