757b7f3c57c2deb7daab5e171e16dd6639c16c02
[dpdk.git] / lib / librte_eal / windows / eal / include / unistd.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2019 Intel Corporation
3  */
4
5 #ifndef _UNISTD_H_
6 #define _UNISTD_H_
7 /**
8  * This file is added to support common code in eal_common_lcore.c
9  * as Microsoft libc does not contain unistd.h. This may be removed
10  * in future releases.
11  */
12 #endif /* _UNISTD_H_ */