mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 19:46:06 +00:00
9 lines
189 B
C
9 lines
189 B
C
![]() |
#ifndef __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|
||
|
#define __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|
||
|
|
||
|
#ifdef __unix__
|
||
|
#include "linux/unistd-macros.h"
|
||
|
#endif
|
||
|
|
||
|
#endif // __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|