aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-05-23 07:13:47 +0000
committerChristopher Faylor <me@cgf.cx>2008-05-23 07:13:47 +0000
commit81adfe28623b8a40d8b946c7e9355e3e78847cf8 (patch)
tree27588a64ea164fe4735d015663ba194c69039fb3 /winsup/cygwin/winsup.h
parent3c77dcff9ebf51910b01ca770f7a8ffef52b617c (diff)
downloadnewlib-81adfe28623b8a40d8b946c7e9355e3e78847cf8.zip
newlib-81adfe28623b8a40d8b946c7e9355e3e78847cf8.tar.gz
newlib-81adfe28623b8a40d8b946c7e9355e3e78847cf8.tar.bz2
* 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index d3e9274..e3156f7 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")))