summaryrefslogtreecommitdiff
path: root/rtl/linux
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-11-15 19:30:19 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-11-15 19:30:19 +0000
commit668ab5e2d9003f7df8971812089cba02afa86191 (patch)
treeb052938e571aafd3c33d2ad4e9c26e0e48592005 /rtl/linux
parent055000fff2d473fb85225c06207b4c4abf7b7110 (diff)
downloadfpc-668ab5e2d9003f7df8971812089cba02afa86191.tar.gz
* fixed comments in sysnr.inc files
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@47426 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/linux')
-rw-r--r--rtl/linux/arm/sysnr.inc1
-rw-r--r--rtl/linux/i386/sysnr.inc2
-rw-r--r--rtl/linux/m68k/sysnr.inc4
-rw-r--r--rtl/linux/powerpc/sysnr.inc2
-rw-r--r--rtl/linux/powerpc64/sysnr.inc2
-rw-r--r--rtl/linux/sparcgen/sysnr.inc2
-rw-r--r--rtl/linux/x86_64/sysnr.inc2
7 files changed, 7 insertions, 8 deletions
diff --git a/rtl/linux/arm/sysnr.inc b/rtl/linux/arm/sysnr.inc
index b61ddffa18..e7fc392b8a 100644
--- a/rtl/linux/arm/sysnr.inc
+++ b/rtl/linux/arm/sysnr.inc
@@ -17,7 +17,6 @@
{
* This file contains the system call numbers.
- Last update from 2.4.22 kernel sources according to the sources it contains already the 2.5 extensions
}
Const
diff --git a/rtl/linux/i386/sysnr.inc b/rtl/linux/i386/sysnr.inc
index a55f1e9091..e7f03221d2 100644
--- a/rtl/linux/i386/sysnr.inc
+++ b/rtl/linux/i386/sysnr.inc
@@ -3,7 +3,7 @@
Copyright (c) 1999-2000 by Michael Van Canneyt,
member of the Free Pascal development team.
- Syscall nrs for 2.4.18
+ Syscall nrs for i386
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
diff --git a/rtl/linux/m68k/sysnr.inc b/rtl/linux/m68k/sysnr.inc
index c2bae1d159..3d7cf48605 100644
--- a/rtl/linux/m68k/sysnr.inc
+++ b/rtl/linux/m68k/sysnr.inc
@@ -3,8 +3,8 @@
Copyright (c) 1999-2000 by Michael Van Canneyt,
member of the Free Pascal development team.
- Syscall nrs for 2.6.23
-
+ Syscall nrs for M68k
+
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
diff --git a/rtl/linux/powerpc/sysnr.inc b/rtl/linux/powerpc/sysnr.inc
index 8e6d0e3621..618599e11a 100644
--- a/rtl/linux/powerpc/sysnr.inc
+++ b/rtl/linux/powerpc/sysnr.inc
@@ -3,7 +3,7 @@
Copyright (c) 2005-06 by Thomas Schatzl,
member of the Free Pascal development team.
- Syscall numbers for 2.6.23
+ Syscall numbers for PowerPC
This file contains the system call numbers.
See the file COPYING.FPC, included in this distribution,
diff --git a/rtl/linux/powerpc64/sysnr.inc b/rtl/linux/powerpc64/sysnr.inc
index 15cd2c2e59..bf535202dc 100644
--- a/rtl/linux/powerpc64/sysnr.inc
+++ b/rtl/linux/powerpc64/sysnr.inc
@@ -3,7 +3,7 @@
Copyright (c) 2005-06 by Thomas Schatzl,
member of the Free Pascal development team.
- Syscall numbers for 2.6.15
+ Syscall numbers for PowerPC64
This file contains the system call numbers.
See the file COPYING.FPC, included in this distribution,
diff --git a/rtl/linux/sparcgen/sysnr.inc b/rtl/linux/sparcgen/sysnr.inc
index 891f37b47d..2e6fd316a1 100644
--- a/rtl/linux/sparcgen/sysnr.inc
+++ b/rtl/linux/sparcgen/sysnr.inc
@@ -3,7 +3,7 @@
Copyright (c) 2003 by Peter Vreman
member of the Free Pascal development team.
- Syscall nrs for 2.4.21 Sparc
+ Syscall nrs for Sparc
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
diff --git a/rtl/linux/x86_64/sysnr.inc b/rtl/linux/x86_64/sysnr.inc
index 2816b10d4c..14dfff0bf3 100644
--- a/rtl/linux/x86_64/sysnr.inc
+++ b/rtl/linux/x86_64/sysnr.inc
@@ -3,7 +3,7 @@
Copyright (c) 1999-2000 by Michael Van Canneyt,
member of the Free Pascal development team.
- Syscall nrs for 2.4.18
+ Syscall nrs for x86-64
See the file COPYING.FPC, included in this distribution,
for details about the copyright.