mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Defined ACCESSPERMS for musl
This commit is contained in:
parent
bf93a5eacc
commit
c5508535c1
1 changed files with 4 additions and 1 deletions
|
@ -75,6 +75,9 @@ UString getAbsPath(const UString & path)
|
|||
#else
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#if !defined(ACCESSPERMS)
|
||||
#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
|
||||
#endif
|
||||
bool isExistOnFs(const UString & path)
|
||||
{
|
||||
struct stat buf;
|
||||
|
@ -103,4 +106,4 @@ UString getAbsPath(const UString & path) {
|
|||
return UString(abs);
|
||||
return path;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue