Mark local functions static

This commit is contained in:
Christian Göttsche
2020-11-04 17:46:14 +01:00
committed by BenBE
parent 91317322fe
commit 9f67b95308
2 changed files with 12 additions and 16 deletions

View File

@ -181,10 +181,6 @@ bool LinuxProcess_setIOPriority(Process* this, Arg ioprio);
void LinuxProcess_printDelay(float delay_percent, char* buffer, int n);
#endif
void LinuxProcess_writeField(const Process* this, RichString* str, ProcessField field);
long LinuxProcess_compare(const void* v1, const void* v2);
bool Process_isThread(const Process* this);
#endif