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