view src/lib/close-keep-errno.h @ 9359:6debbb31df39 HEAD

lib-index: Minor code cleanup.
author Timo Sirainen <tss@iki.fi>
date Sun, 06 Sep 2009 19:06:52 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef CLOSE_KEEP_ERRNO_H
#define CLOSE_KEEP_ERRNO_H

/* Close the file handle without changing errno. */
void close_keep_errno(int fd);

#endif