summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorGuy M. Broome <thrirhrafnir@gmail.com>2018-03-28 16:43:39 -0400
committerHisham Muhammad <hisham@gobolinux.org>2018-04-05 19:38:13 -0300
commit155d7cbeee5cfa14a5d25fb1c98dfd2e19d88d8b (patch)
tree914d40daed8d490a48a0283512a63208b58952a7 /solaris
parent1ae7625c428666092280d011f034d5c5c9177b4b (diff)
Solaris: add placeholder message about environment listing
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/Platform.c b/solaris/Platform.c
index ff0e39c9..ebcd2a28 100644
--- a/solaris/Platform.c
+++ b/solaris/Platform.c
@@ -213,5 +213,5 @@ void Platform_setSwapValues(Meter* this) {
char* Platform_getProcessEnv(pid_t pid) {
(void) pid;
- return NULL;
+ return "Not (yet) supported on Solaris. Sorry!";
}

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