diff options
author | Christopher Faylor <me@cgf.cx> | 2008-05-23 07:13:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-05-23 07:13:47 +0000 |
commit | 81adfe28623b8a40d8b946c7e9355e3e78847cf8 (patch) | |
tree | 27588a64ea164fe4735d015663ba194c69039fb3 /winsup/cygwin/ChangeLog | |
parent | 3c77dcff9ebf51910b01ca770f7a8ffef52b617c (diff) | |
download | cygnal-81adfe28623b8a40d8b946c7e9355e3e78847cf8.tar.gz cygnal-81adfe28623b8a40d8b946c7e9355e3e78847cf8.tar.bz2 cygnal-81adfe28623b8a40d8b946c7e9355e3e78847cf8.zip |
* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it has
indicated that it isn't appropriate.
* ntdll.h (STATUS_EAS_NOT_SUPPORTED): Define.
* winsup.h: Remove __builtin* defines.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4b342b7c2..be9884cca 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2008-05-23 Christopher Faylor <me+cygwin@cgf.cx> + + * path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if + it has indicated that it isn't appropriate. + * ntdll.h (STATUS_EAS_NOT_SUPPORTED): Define. + + * winsup.h: Remove __builtin* defines. + 2008-05-22 Corinna Vinschen <corinna@vinschen.de> * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups to |