diff options
| author | Joakim Verona | 2012-12-14 15:12:27 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-14 15:12:27 +0100 |
| commit | bb099166ee76931d2018d337098fd6814bd55e5d (patch) | |
| tree | be16ebdc7acbc5549c3df02b8c88c96131e0afaa /nt | |
| parent | 86c87c05b650cac7d163e97f538642f4dffd2a9c (diff) | |
| parent | 5c207910c4899af1c547b0e508692d846c145d48 (diff) | |
| download | emacs-bb099166ee76931d2018d337098fd6814bd55e5d.tar.gz emacs-bb099166ee76931d2018d337098fd6814bd55e5d.zip | |
auto upstream
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/inc/sys/stat.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 4a82a97b58e..56e986498ae 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-12-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * inc/sys/stat.h: Declare w32_stat_get_owner_group. | ||
| 4 | |||
| 1 | 2012-12-13 Juanma Barranquero <lekktu@gmail.com> | 5 | 2012-12-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * config.nt: Sync with autogen/config.in. | 7 | * config.nt: Sync with autogen/config.in. |
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index b673b80a0e3..fb56b7cab40 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h | |||
| @@ -98,6 +98,10 @@ struct stat { | |||
| 98 | char st_gname[260]; | 98 | char st_gname[260]; |
| 99 | }; | 99 | }; |
| 100 | 100 | ||
| 101 | /* Internal variable for asking 'stat'/'lstat' to produce accurate | ||
| 102 | info about owner and group of files. */ | ||
| 103 | extern int w32_stat_get_owner_group; | ||
| 104 | |||
| 101 | /* Prevent redefinition by other headers, e.g. wchar.h. */ | 105 | /* Prevent redefinition by other headers, e.g. wchar.h. */ |
| 102 | #define _STAT_DEFINED | 106 | #define _STAT_DEFINED |
| 103 | 107 | ||