summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-13 14:35:30 +0200
committercgzones <cgzones@googlemail.com>2020-10-13 14:56:01 +0200
commit7af06659e2694823c9430e1ef249d1cd4e565926 (patch)
treea747f6a8f259669f2bde381f491703b88a2a1298 /solaris/SolarisProcess.h
parent5cc20e7cb27800166499d90ca457e17097adb3f4 (diff)
Mark remaining classes const
Diffstat (limited to 'solaris/SolarisProcess.h')
-rw-r--r--solaris/SolarisProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/SolarisProcess.h b/solaris/SolarisProcess.h
index 2a32f8c7..a1b3b14d 100644
--- a/solaris/SolarisProcess.h
+++ b/solaris/SolarisProcess.h
@@ -44,7 +44,7 @@ typedef struct SolarisProcess_ {
#define Process_isUserlandThread(_process) (_process->pid != _process->tgid)
-extern ProcessClass SolarisProcess_class;
+extern const ProcessClass SolarisProcess_class;
extern ProcessFieldData Process_fields[];

© 2014-2024 Faster IT GmbH | imprint | privacy policy