From 776f3c9701f7949c176588663a20c13d362ca3f1 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 19 Nov 2003 10:17:15 +0000 Subject: [PATCH] * some constants mvoed from unit unix --- rtl/sunos/systypes.inc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 rtl/sunos/systypes.inc diff --git a/rtl/sunos/systypes.inc b/rtl/sunos/systypes.inc new file mode 100644 index 0000000000..0185823cba --- /dev/null +++ b/rtl/sunos/systypes.inc @@ -0,0 +1,31 @@ + +// copy paste of Solaris checked constants from Unix.pp. Not checked. + +{******************** + Process +********************} + +const + { For getting/setting priority } + Prio_Process = 0; + Prio_PGrp = 1; + Prio_User = 2; + + WNOHANG = $100; + WUNTRACED = $4; + + F_GetFd = 1; + F_SetFd = 2; + F_GetFl = 3; + F_SetFl = 4; + + // zlowaris specific + F_DupFd = 0; + F_Dup2Fd = 9; + F_GetOwn = 23; + F_SetOwn = 24; + F_GetLk = 14; + F_SetLk = 6; + F_SetLkW = 7; + F_FreeSp = 11; +