Date: Tue, 14 Dec 1999 12:17:53 -0800 (PST) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen setjmp.S sigsetjmp.S Message-ID: <199912142017.MAA03872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912142017.MAA03872>