diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-03-30 15:25:48 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-03-30 15:25:48 +0300 |
commit | fff1aa4e84d0568c0295711f58fa18028d100744 (patch) | |
tree | 8250209f86564f308efb6e8c1c6b0341e5196bac /nt/inc/sys | |
parent | 8934438ad1d95a47ed772fae3261d64805c47289 (diff) |
Fixed compilation problems in lib/.
Diffstat (limited to 'nt/inc/sys')
-rw-r--r-- | nt/inc/sys/stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index f6785c5647..857acce181 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -83,6 +83,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define S_TYPEISSHM(p) 0 #define S_TYPEISTMO(p) 0 +#define UTIME_NOW (-1) +#define UTIME_OMIT (-2) + struct stat { unsigned __int64 st_ino; /* ino_t in sys/types.h is too narrow */ dev_t st_dev; |