Cross Reference:
xref
: /
dovecot
/
src
/
lib
/
close-keep-errno.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
close-keep-errno.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
ifndef
CLOSE_KEEP_ERRNO_H
#
define
CLOSE_KEEP_ERRNO_H
/* Close the file handle without changing errno. */
void
close_keep_errno
(
int
fd
);
#
endif