mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
[Core] Fix regression in switch_utils after implementing unit-tests parallel.
This commit is contained in:
@@ -4534,7 +4534,7 @@ SWITCH_DECLARE(char *)switch_html_strip(const char *str)
|
||||
return text;
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(unsigned long) switch_getpid()
|
||||
SWITCH_DECLARE(unsigned long) switch_getpid(void)
|
||||
{
|
||||
#ifndef WIN32
|
||||
pid_t pid = getpid();
|
||||
|
Reference in New Issue
Block a user