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/winsup.h | |
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/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index d3e92747d..e3156f7de 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -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"))) |