Revert "MinGW: Add missing file mode bit defines"

This reverts commit 5ff1232f63.
This commit is contained in:
Erik Faye-Lund
2011-06-15 16:57:59 +02:00
committed by Pat Thoyts
parent c568301383
commit 284a32ce6c

View File

@@ -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