
Windows doesn't really support symlinks so fails to build this file. Use a single-line #include instead.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
include/ctype.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) mode change 120000 => 100644 include/ctype.h
diff --git a/include/ctype.h b/include/ctype.h deleted file mode 120000 index 9e43f9c6c6c4..000000000000 --- a/include/ctype.h +++ /dev/null @@ -1 +0,0 @@ -linux/ctype.h \ No newline at end of file diff --git a/include/ctype.h b/include/ctype.h new file mode 100644 index 000000000000..155e3c63e59d --- /dev/null +++ b/include/ctype.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2023 Google LLC + */ + +#include <linux/ctype.h>