* 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.
This commit is contained in:
Christopher Faylor
2008-05-23 07:13:47 +00:00
parent 3c77dcff9e
commit 81adfe2862
4 changed files with 3525 additions and 3513 deletions

View File

@@ -21,15 +21,6 @@ details. */
#define __INSIDE_CYGWIN__
#define strlen __builtin_strlen
#define strcmp __builtin_strcmp
#define strcpy __builtin_strcpy
#define memcpy __builtin_memcpy
#define memcmp __builtin_memcmp
#ifdef HAVE_BUILTIN_MEMSET
# define memset __builtin_memset
#endif
#define NO_COPY __attribute__((nocommon)) __attribute__((section(".data_cygwin_nocopy")))
#define NO_COPY_INIT __attribute__((section(".data_cygwin_nocopy")))