From 88a628163ee00baa8726be5fba04bcc76b5e1841 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 6 Jul 2003 23:24:13 +0000 Subject: * newsym: Use correct prefix for generating imports. * pinfo.cc (_pinfo::commune_send): Don't wait forever for a response from another process. --- winsup/cygwin/newsym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/newsym') 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 < newsym.dir/$newsym.s .section .idata$6 - .extern __imp__$oldsym + .extern __imp_$oldsym .extern __head_cygwin1_dll .section .text .global _$newsym -- cgit v1.2.3