mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* added O_CLOEXEC
git-svn-id: trunk@38100 -
This commit is contained in:
parent
70a2f8e1f1
commit
94b6fe6ad3
@ -29,6 +29,9 @@ interface
|
||||
uses
|
||||
BaseUnix, unixtype;
|
||||
|
||||
Const
|
||||
O_CLOEXEC = $80000;
|
||||
|
||||
type
|
||||
TSysInfo = record
|
||||
uptime: clong; //* Seconds since boot */
|
||||
|
Loading…
Reference in New Issue
Block a user