diff options
author | Miles Bader <miles@gnu.org> | 2008-04-05 20:18:32 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-04-05 20:18:32 +0000 |
commit | 80d0c8d97f92dda8a0b337d9859c3561ee198dcc (patch) | |
tree | c3c23e1557191cdafa8608fde46f59a5d945cf42 /nt/inc/sys | |
parent | d37ded9e93c999c63bd33f6933b9dc0a2392eaf4 (diff) | |
download | emacs-80d0c8d97f92dda8a0b337d9859c3561ee198dcc.tar.gz |
Add arch tagline
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 eda8147da39..89b2bfe3182 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -57,3 +57,6 @@ _CRTIMP int __cdecl __MINGW_NOTHROW chmod (const char*, int); _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); #endif /* INC_SYS_STAT_H_ */ + +/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42 + (do not change this comment) */ |