aboutsummaryrefslogtreecommitdiffstats
path: root/include/ntfs-3g/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntfs-3g/compat.h')
-rw-r--r--include/ntfs-3g/compat.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ntfs-3g/compat.h b/include/ntfs-3g/compat.h
index ded6c5f8..fa57a38a 100644
--- a/include/ntfs-3g/compat.h
+++ b/include/ntfs-3g/compat.h
@@ -1,9 +1,10 @@
/*
- * compat.h - Tweaks for Windows compatibility.
+ * compat.h - Tweaks for compatibility with non-Linux systems.
*
* Copyright (c) 2002 Richard Russon
* Copyright (c) 2002-2004 Anton Altaparmakov
* Copyright (c) 2008-2009 Szabolcs Szakacsits
+ * Copyright (c) 2019 Jean-Pierre Andre
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
@@ -41,6 +42,10 @@
#define ELIBBAD ENOEXEC
#endif
+#ifndef ELIBACC
+#define ELIBACC ENOENT
+#endif
+
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif