From abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 25 Aug 2008 21:36:24 +0200 Subject: checked in initial version from SVN (as SVN is dead!) --- src/port/unistd.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/port/unistd.h (limited to 'src/port/unistd.h') diff --git a/src/port/unistd.h b/src/port/unistd.h new file mode 100644 index 0000000..712f851 --- /dev/null +++ b/src/port/unistd.h @@ -0,0 +1,12 @@ +#ifndef __UNISTD_H +#define __UNISTD_H + +#include "sys.h" + +#include + +#if !defined HAVE_LOCKF +#include "port/lockf.h" +#endif + +#endif /* ifndef __UNISTD_H */ -- cgit v1.2.3-54-g00ecf