1Posix(3kaya)                 Kaya module reference                Posix(3kaya)
2
3
4

NAME

6       Posix - POSIX-compatible system interaction
7

DESCRIPTION

9       This  module  contains additional system interaction functions to those
10       in the System(3kaya) module that are only available on POSIX-compatible
11       systems.
12

DATA TYPES

14       Posix.Resource (3kaya)

EXCEPTIONS

16       Posix.InvalidFileMode (3kaya)
17       Posix.NoSuchResource (3kaya)
18       Posix.NonZeroExit (3kaya)
19       Posix.OutOfMemory (3kaya)
20       Posix.OverResourceLimit (3kaya)
21       Posix.SetPGidFailed (3kaya)

FUNCTIONS

23       Posix.call (3kaya)
24       Posix.fork (3kaya)
25       Posix.getEGid (3kaya)
26       Posix.getEUid (3kaya)
27       Posix.getGid (3kaya)
28       Posix.getPid (3kaya)
29       Posix.getUid (3kaya)
30       Posix.pclose (3kaya)
31       Posix.popen (3kaya)
32       Posix.reap (3kaya)
33       Posix.setPGid (3kaya)
34       Posix.setRLimit (3kaya)
35       Posix.system (3kaya)
36       Posix.wait (3kaya)
37       Posix.waitPid (3kaya)

AUTHORS

39       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
40       (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

42       The Kaya standard library is free software;  you  can  redistribute  it
43       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
44       License (version 2.1 or any later version) as  published  by  the  Free
45       Software Foundation.
46
47
48
49Kaya                             December 2010                    Posix(3kaya)
Impressum