]> git.tuebingen.mpg.de Git - osl.git/commit
Replace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.
authorAndre Noll <maan@systemlinux.org>
Thu, 11 Jun 2009 20:35:54 +0000 (22:35 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 11 Jun 2009 20:35:54 +0000 (22:35 +0200)
commitb9665cff53c8f3a6228e57d40277c015839bf377
tree0e07068a9daabcdd34bd9a097066b773b7404a52
parent12265a5acd34b2b82529ac818ab61de5a0f650b6
Replace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.

osl calls should only return osl error codes. Therefore, ERRNO_TO_ERROR()
must die. This is a first step to get rid of this macro.
errlist
osl.c