Date: Tue, 18 Nov 2003 06:21:41 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_setup.c Message-ID: <200311181421.hAIELf3t047644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/11/18 06:21:41 PST FreeBSD src repository Modified files: lib/libc/sparc64/sys __sparc_utrap_setup.c Log: Install the user trap handlers that libc provides from a constructor, so that they will be installed before application constructors are invoked. Its possible to link applications such that this fails, application code is invoked before they are installed, but, well, Don't Do That. Approved by: re (jhb) Revision Changes Path 1.5 +2 -0 src/lib/libc/sparc64/sys/__sparc_utrap_setup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311181421.hAIELf3t047644>