projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5fa7d
)
Add a symlink for ctype.h
author
Simon Glass
<sjg@chromium.org>
Thu, 21 Jan 2021 20:57:15 +0000
(13:57 -0700)
committer
Simon Glass
<sjg@chromium.org>
Sat, 30 Jan 2021 21:25:42 +0000
(14:25 -0700)
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
[new symlink]
patch
|
blob
diff --git a/include/ctype.h
b/include/ctype.h
new file mode 120000
(symlink)
index 0000000..
9e43f9c
--- /dev/null
+++ b/
include/ctype.h
@@ -0,0
+1
@@
+linux/ctype.h
\ No newline at end of file