blob: 5f8edfaadeefc47029255b36ef68e2aa3f0902ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_unistd_h
#define __wasilibc_unistd_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc unistd implementations.
*/
#include <__header_unistd.h>
#endif
|