Date: Sat, 26 Apr 2008 04:43:19 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_error.c Message-ID: <200804260443.m3Q4hJJw000692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2008-04-26 04:43:19 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_error.c Log: There are many places in libdtrace where errno can be set. When an error is returned all the way back to the dtrace app, it's hard to figure out where that error came from. Add a couple of functions to get and set the error location which can be optionally compiled into the library. Revision Changes Path 1.2 +0 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_error.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804260443.m3Q4hJJw000692>