1Posix(3kaya) Kaya module reference Posix(3kaya)
23
4
NAME
6Posix - POSIX-compatible system interaction
7
DESCRIPTION
9This module contains additional system interaction functions to those
10in the System(3kaya) module that are only available on POSIX-compatible
11systems.
12
DATA TYPES
14 Posix.Resource (3kaya)
EXCEPTIONS
16Posix.InvalidFileMode (3kaya)
17Posix.NoSuchResource (3kaya)
18Posix.NonZeroExit (3kaya)
19Posix.OutOfMemory (3kaya)
20Posix.OverResourceLimit (3kaya)
21Posix.SetPGidFailed (3kaya)
FUNCTIONS
23Posix.call (3kaya)
24Posix.fork (3kaya)
25Posix.getEGid (3kaya)
26Posix.getEUid (3kaya)
27Posix.getGid (3kaya)
28Posix.getPid (3kaya)
29Posix.getUid (3kaya)
30Posix.pclose (3kaya)
31Posix.popen (3kaya)
32Posix.reap (3kaya)
33Posix.setPGid (3kaya)
34Posix.setRLimit (3kaya)
35Posix.system (3kaya)
36Posix.wait (3kaya)
37Posix.waitPid (3kaya)
AUTHORS
39Kaya standard library by Edwin Brady, Chris Morris and others
40(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
42The Kaya standard library is free software; you can redistribute it
43and/or modify it under the terms of the GNU Lesser General Public
44License (version 2.1 or any later version) as published by the Free
45Software Foundation.
4647
48
49
Kaya December 2010 Posix(3kaya)