aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-07-04 07:19:05 +0000
committerWerner Koch <[email protected]>2023-07-04 07:19:05 +0000
commit5e94470d053ec93f79acb03635e67839a5a1e6a8 (patch)
tree7c7179ba77db1163d80904eb19d6b338c810620b /common/sysutils.h
parentPrepare NEWS for the next release (diff)
downloadgnupg-5e94470d053ec93f79acb03635e67839a5a1e6a8.tar.gz
gnupg-5e94470d053ec93f79acb03635e67839a5a1e6a8.zip
common,w32: Add missing GetLastError->errno mapping.
* common/iobuf.c (file_filter, sock_filter): Add missing mapping. -- GnuPG-bug-id: 6528
Diffstat (limited to 'common/sysutils.h')
-rw-r--r--common/sysutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sysutils.h b/common/sysutils.h
index 7063da067..a78a81c64 100644
--- a/common/sysutils.h
+++ b/common/sysutils.h
@@ -110,7 +110,7 @@ int gnupg_inotify_has_name (int fd, const char *name);
#ifdef HAVE_W32_SYSTEM
-void gnupg_w32_set_errno (int ec);
+int gnupg_w32_set_errno (int ec);
void *w32_get_user_sid (void);
#include "../common/w32help.h"