From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 18 Oct 2004 03:00:22 +0400 From: Alexey Tourbin To: devel@altlinux.ru Message-ID: <20041017230022.GC2017@solemn.turbinal.org> Mail-Followup-To: devel@altlinux.ru Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yLVHuoLXiP9kZBkt" Content-Disposition: inline Subject: [devel] qemu and glibc X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 23:01:14 -0000 Archived-At: List-Archive: List-Post: --yLVHuoLXiP9kZBkt Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =FA=C4=D2=C1=D7=D3=D4=D7=D5=CA=D4=C5. =E4=CC=D1 =D4=CF=C7=CF, =DE=D4=CF=C2=D9 =D3=CF=C2=D2=C1=D4=D8 qemu, =D0=D2= =C9=DB=CC=CF=D3=D8 =DA=C1=CB=CF=CD=CD=C5=CE=D4=C9=D2=CF=D7=C1=D4=D8 =C4=D7= =C1 =CB=D5=D3=CF=DE=CB=C1 =CB=CF=C4=C1. =F7 =D2=C5=DA=D5=CC=D8=D4=C1=D4=C5 qemu =D0=CF=CC=D5=DE=C9= =CC=D3=D1 =CF=C7=D2=C1=CE=C9=DE=C5=CE=CE=CF =D2=C1=C2=CF=D4=CF=D3=D0=CF=D3= =CF=C2=CE=D9=CD, =CE=CF =C5=C7=CF =C8=CF=D4=D1 =C2=D9 =D5=C4=C1=CC=CF=D3=D8 =D3=CF=C2=D2=C1=D4=D8. =F7=CF=D4= =DC=D4=C9 =C4=D7=C1 =CB=D5=D3=CF=DE=CB=C1 (`&& 0' =C4=CF=D0=C9=D3=C1=CC = =D1): osdep.h: /* specific kludges for OS compatibility (should be moved elsewhere) */ #if defined(__i386__) && !defined(CONFIG_SOFTMMU) && !defined(CONFIG_USER_O= NLY) && 0 /* disabled pthread version of longjmp which prevent us from using an alternative signal stack */ extern void __longjmp(jmp_buf env, int val); #define longjmp __longjmp #endif vl.c: #if defined(__linux__) && 0 /* SDL use the pthreads and they modify sigaction. We don't want that. */ #if (__GLIBC__ > 2 || (__GLIBC__ =3D=3D 2 && __GLIBC_MINOR__ >=3D 2)) extern void __libc_sigaction(); #define sigaction(sig, act, oact) __libc_sigaction(sig, act, oact) #else extern void __sigaction(); #define sigaction(sig, act, oact) __sigaction(sig, act, oact) #endif #endif /* __linux__ */ =F7=CF=D0=D2=CF=D3 =CB =D3=D0=C5=C3=C9=C1=CC=C9=D3=D4=C1=CD =D0=CF pthread:= =D7 =DE=C5=CD =D4=D5=D4 =C4=C5=CC=CF =C9 =CB=C1=CB =D0=D2=C1=D7=C9=CC=D8= =CE=CF =D3 =DC=D4=C9=CD =C2=CF=D2=CF=D4=D8=D3=D1? --yLVHuoLXiP9kZBkt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBcvmGfBKgtDjnu0YRArGiAKCc5IFNPoEqfJpAUAGKrO/nWE83pwCfbIa8 O4i3OXY85KTO7aKEyR3uU+k= =ruYu -----END PGP SIGNATURE----- --yLVHuoLXiP9kZBkt--