diff options
| author | Eli Zaretskii | 2012-11-14 19:22:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-14 19:22:55 +0200 |
| commit | 14f207289c224b3ad12fc8704c2183ef8fbcab28 (patch) | |
| tree | 762793d11e03d384ff44353bdfde59c302cda66d /src/ChangeLog | |
| parent | c62792e7dfa403db8c36cb92f32fb69258a199ef (diff) | |
| download | emacs-14f207289c224b3ad12fc8704c2183ef8fbcab28.tar.gz emacs-14f207289c224b3ad12fc8704c2183ef8fbcab28.zip | |
MS-Windows followup for 2012-11-14T04:55:41Z!eggert@cs.ucla.edu, regarding faccessat.
nt/inc/unistd.h (faccessat): Add prototype.
(AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
2 moved from ms-w32.h.
nt/inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
src/w32.c (faccessat): Rename from sys_faccessat. (No need to use a
different name, as the MS runtime does not have such a function,
and probably never will.) All callers changed. Ignore DIRFD
value if PATH is an absolute file name, to match Posix spec
better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
symlinks.
Fixes: debbugs:12632
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99f3128b321..ec8f7e219f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (faccessat): Rename from sys_faccessat. (No need to use a | ||
| 4 | different name, as the MS runtime does not have such a function, | ||
| 5 | and probably never will.) All callers changed. Ignore DIRFD | ||
| 6 | value if PATH is an absolute file name, to match Posix spec | ||
| 7 | better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve | ||
| 8 | symlinks. | ||
| 9 | |||
| 1 | 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * xdisp.c (echo_area_display, redisplay_internal): | 12 | * xdisp.c (echo_area_display, redisplay_internal): |