diff mbox series

[10/11] Add a symlink for ctype.h

Message ID 20210121205716.964652-11-sjg@chromium.org
State Accepted
Commit 3306eeca892fe90f55a229526cb966b0ecfc189b
Delegated to: Simon Glass
Headers show
Series More minor clean-ups and improvements | expand

Commit Message

Simon Glass Jan. 21, 2021, 8:57 p.m. UTC
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>
---

 include/ctype.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 include/ctype.h

Comments

Simon Glass Jan. 30, 2021, 9:26 p.m. UTC | #1
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>
---

 include/ctype.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 include/ctype.h

Applied to u-boot-dm, thanks!
diff mbox series

Patch

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