summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/newsym
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/newsym')
-rwxr-xr-xwinsup/cygwin/newsym2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/newsym b/winsup/cygwin/newsym
index 688a8c6f8..2453afd5f 100755
--- a/winsup/cygwin/newsym
+++ b/winsup/cygwin/newsym
@@ -11,7 +11,7 @@ while [ -n "$1" ]; do
oldsym=$1; shift
cat <<EOF > newsym.dir/$newsym.s
.section .idata$6
- .extern __imp__$oldsym
+ .extern __imp_$oldsym
.extern __head_cygwin1_dll
.section .text
.global _$newsym