view src/lib/close-keep-errno.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 323c09be5f00
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