mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* remote-mips.c (S_IROTH): Moved definition from here.
* gdb_stat.h (S_IROTH): to here.
This commit is contained in:
@@ -66,4 +66,9 @@
|
||||
#define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
|
||||
#endif
|
||||
|
||||
/* Microsoft C's stat.h doesn't define all the POSIX file modes. */
|
||||
#ifndef S_IROTH
|
||||
#define S_IROTH S_IREAD
|
||||
#endif
|
||||
|
||||
#endif /* !defined(GDB_STAT_H) */
|
||||
|
||||
Reference in New Issue
Block a user