summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-08-23 13:49:30 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-08-23 13:49:30 +0000
commitec78ddbd62c5f362bea90584450e7a5ca8a2030e (patch)
tree8342e1dd1adc3f39dc09a5ec9fa33c1ca8f79a7a
parent5d465ec8433798942617068db1ebeef2e42b68a0 (diff)
downloadfpc-ec78ddbd62c5f362bea90584450e7a5ca8a2030e.tar.gz
* export sysnr from the linux unit.
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_0@39664 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--rtl/linux/linux.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/linux/linux.pp b/rtl/linux/linux.pp
index d9f4f51b26..0839e9def5 100644
--- a/rtl/linux/linux.pp
+++ b/rtl/linux/linux.pp
@@ -27,6 +27,7 @@ interface
uses
BaseUnix, unixtype;
+{$i sysnr.inc}
type
TSysInfo = record
uptime: clong; //* Seconds since boot */