From owner-freebsd-emulation Fri Sep 3 8:34:20 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from lrcsun15.epfl.ch (lrcsun15.epfl.ch [128.178.156.77]) by hub.freebsd.org (Postfix) with ESMTP id C53F515078 for ; Fri, 3 Sep 1999 08:34:17 -0700 (PDT) (envelope-from julliard@lrcsun15.epfl.ch) Received: (from julliard@localhost) by lrcsun15.epfl.ch (8.8.X/EPFL-8.1a) id RAA23982; Fri, 3 Sep 1999 17:21:45 +0200 (MET DST) To: Luoqi Chen Cc: nox@jelal.kn-bremen.de, weigand@informatik.uni-erlangen.de, wine-devel@winehq.com, freebsd-emulation@FreeBSD.ORG Subject: Re: wine signal handlers lose %fs on FreeBSD References: <199909030439.AAA02576@lor.watermarkgroup.com> From: Alexandre Julliard Date: 03 Sep 1999 17:21:44 +0200 In-Reply-To: Luoqi Chen's message of "Fri, 3 Sep 1999 00:39:32 -0400 (EDT)" Message-ID: <1s4shcuik7.fsf@lrcsun15.epfl.ch> Lines: 10 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luoqi Chen writes: > Use #if __FreeBSD__ >= 4 , define FS_sig in this case. Doesn't work, since the same binary could be run under both FreeBSD 3 and FreeBSD 4. It needs to be checked at run-time. -- Alexandre Julliard julliard@lrc.epfl.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message