mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
Revert "MinGW: Add missing file mode bit defines"
This reverts commit 5ff1232f63.
This commit is contained in:
committed by
Johannes Schindelin
parent
40d0f97f30
commit
c02fc24c4a
@@ -14,12 +14,6 @@ typedef int socklen_t;
|
||||
#define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK)
|
||||
#define S_ISSOCK(x) 0
|
||||
|
||||
#ifndef _STAT_H_
|
||||
#define S_IRUSR 0
|
||||
#define S_IWUSR 0
|
||||
#define S_IXUSR 0
|
||||
#define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
|
||||
#endif
|
||||
#define S_IRGRP 0
|
||||
#define S_IWGRP 0
|
||||
#define S_IXGRP 0
|
||||
|
||||
Reference in New Issue
Block a user