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