* added O_CLOEXEC

git-svn-id: trunk@38100 -
This commit is contained in:
michael 2018-02-02 10:33:13 +00:00
parent 70a2f8e1f1
commit 94b6fe6ad3

View File

@ -29,6 +29,9 @@ interface
uses
BaseUnix, unixtype;
Const
O_CLOEXEC = $80000;
type
TSysInfo = record
uptime: clong; //* Seconds since boot */