Fix the errno issue on glibc-2.3.2+

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes 2017-09-27 00:17:37 -03:00
parent ca2d077127
commit 81a6c106d4
No known key found for this signature in database
GPG Key ID: 9C928FDB51F562A7
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@
# include "charset.h"
# include "suid.h"
# include "version.h"
extern int errno;
# include <errno.h>
# define ERROR(code, str) (hfs_error = (str), errno = (code))