summaryrefslogtreecommitdiffstats
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-06 11:14:09 -0300
commit677cac9fabb5d99835a0bd4880d19eb0ea9ce540 (patch)
tree6de4f92d867412856924621b7c6f38e86b89f2fa
parent6790e004cd46dc1c6d96f77ede5cc37613058145 (diff)
Solaris: add placeholder message about environment listing
-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