v0.1.2
InterProcessCommunication v0.1.2
-
Export
umaskto set the calling process's file mode creation mask. -
When creating a semaphore,
Semaphore(...)ignores the calling process's file mode creation mask for the access permissions whileopen(Semaphore, ...)masks the access permissions against the processumasklikesem_open. -
Standard C types are no longer prefixed by
_typeof_. For example, Julia equivalent of Cmode_tis given by constantIPC.mode_t.