mirror of
https://github.com/codex-storage/nim-leveldb.git
synced 2025-02-17 10:07:37 +00:00
9 lines
90 B
C
9 lines
90 B
C
#include <fcntl.h>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
int i = O_CLOEXEC;
|
|
return 0;
|
|
}
|
|
|