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=cce3efd57a644a1fa1ee8fcb14b6b934d40c10d2;hp=cce3efd57a644a1fa1ee8fcb14b6b934d40c10d2;p=pdclib 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. ---