Project

General

Profile

« Previous | Next » 

Revision d16e3ae9

Added by Nathan Scott over 13 years ago

  • ID d16e3ae986d25968b6b78c5686475bfe142a2b1d

Rethink the to-string function macro-based errno accessors.

In hindsight, these all map to strerror on all platforms, so
we're just obfuscating the code. Simplify by making these a
shortcut to the expanded out strerror calls, with each type
of errno expanded - makes for more readable code.

  • added
  • modified
  • copied
  • renamed
  • deleted