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