mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
libarchive: Define O_CLOEXEC when missing
Do this in archive_random.c as we do in several other sources already.
This commit is contained in:
@@ -62,6 +62,10 @@ static void arc4random_buf(void *, size_t);
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#ifndef O_CLOEXEC
|
||||
#define O_CLOEXEC 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Random number generator function.
|
||||
* This simply calls arc4random_buf function if the platform provides it.
|
||||
|
||||
Reference in New Issue
Block a user