From owner-cvs-all Tue Dec 14 12:17:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B8C214D0D; Tue, 14 Dec 1999 12:17:54 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03872; Tue, 14 Dec 1999 12:17:53 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <199912142017.MAA03872@freefall.freebsd.org> From: Jason Evans Date: Tue, 14 Dec 1999 12:17:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen setjmp.S sigsetjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 1999/12/14 12:17:53 PST Modified files: lib/libc/i386/gen setjmp.S sigsetjmp.S Log: Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for __setjmp, __longjmp, __sigsetjmp, and __siglongjmp, respectively. This supports cancellation in the linuxthreads port. In the long run, a much more comprehensive solution will necessitate more dramatic changes to libc symbol naming, and these aliases will probably need modification at that time. Revision Changes Path 1.12 +8 -4 src/lib/libc/i386/gen/setjmp.S 1.14 +8 -4 src/lib/libc/i386/gen/sigsetjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message