From: Owen Shepherd Date: Thu, 27 Dec 2012 00:27:28 +0000 (+0000) Subject: Move existing errno handling to tss_errno, to allow the POSIX platform to just use... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=8c3db524fec3b6bb85d2a2cc5cd889a63405e5f1;hp=8c3db524fec3b6bb85d2a2cc5cd889a63405e5f1;p=pdclib.old Move existing errno handling to tss_errno, to allow the POSIX platform to just use the underlying OS's errno implementation. Eventually, tss_errno will use the thread specific primitives. ---