libarchive: Borland provides umask, not _umask
This commit is contained in:
parent
35a209b0db
commit
8cf5af0645
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue