aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/cardglue.h')
-rw-r--r--g10/cardglue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h
index e36f6110f..e6a11c3f6 100644
--- a/g10/cardglue.h
+++ b/g10/cardglue.h
@@ -127,6 +127,7 @@ typedef int gpg_err_code_t;
#define gpg_strerror(n) g10_errstr ((n))
#define gpg_error_from_errno(n) (G10ERR_GENERAL) /*FIXME*/
#define gpg_err_code_from_errno(n) (G10ERR_GENERAL)
+#define gpg_error_from_syserror() (G10ERR_GENERAL) /*FIXME*/
/* We are not using it in a library, so we even let xtrymalloc
abort. Because we won't never return from these malloc functions,