Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/x86_64/memset.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/cygwin/x86_64/memset.s b/winsup/cygwin/x86_64/memset.s
index d3b95ecd2..ac73b6ace 100644
--- a/winsup/cygwin/x86_64/memset.s
+++ b/winsup/cygwin/x86_64/memset.s
@@ -67,11 +67,3 @@ L1: rep
movq 16(%rsp),%rdi
ret
.seh_endproc
-
- .globl wmemset
- .seh_proc wmemset
-wmemset:
- .seh_endprologue
- shlq $1,%r8 /* cnt * sizeof (wchar_t) */
- jmp memset
- .seh_endproc