site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Nov 22, 2006, at 10:01 AM, Anees Alappat wrote: Could any one please help me to solve it? HTH. Brian Bergstrand <http://www.bergstrand.org/brian/> PGP Key ID: 0xB6C7B6A2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFFZInVedHYW7bHtqIRAmljAJsFjoPXVjz98qN/VFLL6SCJA0aZTgCg4T0Y EhyKq0gf9OWaCmxiNoImLaY= =oPY0 -----END PGP SIGNATURE----- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Hi , I am developing an NKE on MAC OS X 10.4.4 on a PowerG5 machine. I want to use kenel locks in that NKE. I have included kern/ locks.h file and linked that with com.apple.kpi.libkern. All locking functions except "lck_mtx_assert" is working fine.While loading NKE , it is showing "lck_mtx_assert" as undefined symbol. But I have to use "lck_mtx_assert" in some places in the code. All other locking fuctions like " lck_mtx_lock, lck_mtx_unlock etc " are working correctly. Just like the try variants, this one is exported by com.apple.kpi.unsupported. Apple recommends not linking against unsupported for release to customers, but if they offer no alternative sometimes it has to be done (we do it). This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bergstrand