summaryrefslogtreecommitdiff
path: root/src/port/unistd.h
blob: 712f8515fa4263de61726778c6e66d60b3d1b68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __UNISTD_H
#define __UNISTD_H

#include "sys.h"

#include <unistd.h>

#if !defined HAVE_LOCKF
#include "port/lockf.h"
#endif

#endif /* ifndef __UNISTD_H */