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
e52c070e
Commit
e52c070e
authored
Sep 10, 2015
by
Jardel Weyrich
Browse files
Remove conflicting declarations.
parent
ffacac14
Changes
2
Hide whitespace changes
Inline
Side-by-side
darwin/Platform.c
View file @
e52c070e
...
...
@@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) {
}
int
Platform_numberOfFields
=
100
;
char
*
Process_pidFormat
=
"%7u "
;
int
Platform_getUptime
()
{
struct
timeval
bootTime
,
currTime
;
...
...
darwin/Platform.h
View file @
e52c070e
...
...
@@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[];
void
Platform_setBindings
(
Htop_Action
*
keys
);
extern
int
Platform_numberOfFields
;
extern
char
*
Process_pidFormat
;
int
Platform_getUptime
();
...
...
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