8 lines
190 B
C
8 lines
190 B
C
#ifndef __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|
|
#define __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|
|
|
|
#ifdef __linux__
|
|
#include "linux/unistd-macros.h"
|
|
#endif
|
|
|
|
#endif // __LLVM_LIBC_MACROS_UNISTD_MACROS_H
|