From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 21 Jan 2021 13:57:15 -0700 Subject: [PATCH 10/11] Add a symlink for ctype.h In-Reply-To: <20210121205716.964652-1-sjg@chromium.org> References: <20210121205716.964652-1-sjg@chromium.org> Message-ID: <20210121205716.964652-11-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/ctype.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/ctype.h 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 -- 2.30.0.280.ga3ce27912f-goog