* remote-mips.c (S_IROTH): Moved definition from here.

* gdb_stat.h (S_IROTH): to here.
This commit is contained in:
J.T. Conklin
2001-04-03 01:51:26 +00:00
parent 44eaed12c5
commit ba79cc8154
3 changed files with 9 additions and 9 deletions

View File

@@ -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) */