]> sigrok.org Git - libsigrok.git/commitdiff
Various errno/strerror() related fixes.
authorUwe Hermann <redacted>
Wed, 29 Jul 2015 17:31:43 +0000 (19:31 +0200)
committerUwe Hermann <redacted>
Sat, 15 Aug 2015 15:19:42 +0000 (17:19 +0200)
 - Don't #include <errno.h> in files that don't actually need it.

 - Don't use strerror() on error codes from functions that don't set
   errno. Replace strerror() with sr_strerror() for libsigrok functions.


No differences found