Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
155d7cbe
Commit
155d7cbe
authored
Mar 28, 2018
by
Guy M. Broome
Committed by
Hisham Muhammad
Apr 05, 2018
Browse files
Solaris: add placeholder message about environment listing
parent
1ae7625c
Changes
1
Hide whitespace changes
Inline
Side-by-side
solaris/Platform.c
View file @
155d7cbe
...
...
@@ -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!"
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment