diff options
Diffstat (limited to 'src/posix-fd-t.inc.h')
-rw-r--r-- | src/posix-fd-t.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-fd-t.inc.h b/src/posix-fd-t.inc.h index 35bf5ae..80aa5f0 100644 --- a/src/posix-fd-t.inc.h +++ b/src/posix-fd-t.inc.h @@ -23,7 +23,7 @@ typedef int assuan_fd_t; #define ASSUAN_INVALID_FD (-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) { return fd; |