From: Simon Glass <sjg@chromium.org>
Date: Thu, 21 Jan 2021 20:57:15 +0000 (-0700)
Subject: Add a symlink for ctype.h
X-Git-Tag: v2025.01-rc5-pxa1908~2034^2~6
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=3306eeca892fe90f55a229526cb966b0ecfc189b;p=u-boot.git

Add a symlink for ctype.h

Libraries that link with U-Boot typically may expect to be able to include
ctype.h but this file is in a different place in U-Boot. Add a symlink to
make this work.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/include/ctype.h b/include/ctype.h
new file mode 120000
index 0000000000..9e43f9c6c6
--- /dev/null
+++ b/include/ctype.h
@@ -0,0 +1 @@
+linux/ctype.h
\ No newline at end of file