xref: /llvm-project/libc/include/llvm-libc-macros/error-number-macros.h (revision 561c42df5712c346d4de2e6499b06712403d3164)
1*561c42dfSRobin Caloudis #ifndef LLVM_LIBC_MACROS_ERROR_NUMBER_MACROS_H
2*561c42dfSRobin Caloudis #define LLVM_LIBC_MACROS_ERROR_NUMBER_MACROS_H
3*561c42dfSRobin Caloudis 
4*561c42dfSRobin Caloudis #ifdef __linux__
5*561c42dfSRobin Caloudis #include "linux/error-number-macros.h"
6*561c42dfSRobin Caloudis #endif
7*561c42dfSRobin Caloudis 
8*561c42dfSRobin Caloudis #endif // LLVM_LIBC_MACROS_ERROR_NUMBER_MACROS_H
9