mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 18:11:03 +00:00
12 lines
72 B
C
12 lines
72 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef WIN32
|
||
|
|
||
|
namespace posix {
|
||
|
|
||
|
void fork();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|