aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysutils.c')
-rw-r--r--src/sysutils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sysutils.c b/src/sysutils.c
index ebd587c..8f70a66 100644
--- a/src/sysutils.c
+++ b/src/sysutils.c
@@ -409,7 +409,8 @@ _gpgrt_getcwd (void)
/* Wrapper around access to handle file name encoding under Windows.
- * Returns 0 if FNAME can be accessed in MODE or an error code. */
+ * Returns 0 if FNAME can be accessed in MODE or an error code. ERRNO
+ * is also set on error. */
gpg_err_code_t
_gpgrt_access (const char *fname, int mode)
{