mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
libarchive: Borland provides umask, not _umask
This commit is contained in:
@@ -127,7 +127,9 @@
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
#define tzset _tzset
|
||||
#ifndef __BORLANDC__
|
||||
#define umask _umask
|
||||
#endif
|
||||
#define unlink __la_unlink
|
||||
#define utimes __la_utimes
|
||||
#define waitpid __la_waitpid
|
||||
|
||||
Reference in New Issue
Block a user