Merge pull request #5027 from kumpera/damn-you-strerror
authorRodrigo Kumpera <kumpera@users.noreply.github.com>
Mon, 19 Jun 2017 18:00:03 +0000 (14:00 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 18:00:03 +0000 (14:00 -0400)
[eglib] Replace strerror with strerror_r as the former is not thread safe.


Trivial merge