[libc][errno] Include <linux/errno.h> for Linux in full build mode. (#92041)
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#ifdef LIBC_FULL_BUILD
|
||||
|
||||
#ifdef __linux__
|
||||
#include <linux/errno.h>
|
||||
|
||||
#include "llvm-libc-macros/error-number-macros.h"
|
||||
#else // __linux__
|
||||
#include "llvm-libc-macros/generic-error-number-macros.h"
|
||||
|
||||
Reference in New Issue
Block a user