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:
authorChristopher Faylor <me@cgf.cx>2003-07-07 04:14:58 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-07 04:14:58 +0400
commitc522b9078cb61dfd4fc2752f9b9f6a9e73d60575 (patch)
tree836b81ccb8474e163248f378db1a2134e3d76232 /winsup/cygwin/newsym
parent88a628163ee00baa8726be5fba04bcc76b5e1841 (diff)
* newsym: Oops. Revert below change.
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 2453afd5f..688a8c6f8 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