diff options
Diffstat (limited to 'src/w32-fd-t.inc.h')
-rw-r--r-- | src/w32-fd-t.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-fd-t.inc.h b/src/w32-fd-t.inc.h index 11cd511..37f20f4 100644 --- a/src/w32-fd-t.inc.h +++ b/src/w32-fd-t.inc.h @@ -27,7 +27,7 @@ typedef void *assuan_fd_t; #define ASSUAN_INVALID_FD ((void*)(-1)) #define ASSUAN_INVALID_PID ((pid_t) -1) -static inline assuan_fd_t +static GPG_ERR_INLINE assuan_fd_t assuan_fd_from_posix_fd (int fd) { if (fd < 0) |