Fix the errno issue on glibc-2.3.2+
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
ca2d077127
commit
81a6c106d4
1 changed files with 1 additions and 2 deletions
3
tclhfs.c
3
tclhfs.c
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue