Logo
Explore Help
Sign In
Whitebox
/
u-boot
1
0
Fork
You've already forked u-boot
0
Code Issues Pull Requests Releases Wiki Activity
upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30857 Commits
3 Branches
0 Tags
148 MiB
Tag: Branch: Tree: f39eb75b22
lime2
lime2-spi
master
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'f39eb75b22'
${ noResults }
u-boot/include/stdlib.h

13 lines
170 B
Raw Normal View History Unescape Escape

Add some standard headers external code might need inttypes.h defines format specifiers for printf which work with data types of particular sizes. stdlib.h is currently just a passthrough to malloc.h which has declarations of the various *alloc functions. Add the required #define to common.h so that these printf format specifiers will be made available. Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-by: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-by: Bill Richardson <wfrichar@google.com> Signed-off-by: Simon Glass <sjg@chromium.org> (Replaced with a GPL version from glibc)
11 years ago
/*
* Copyright (C) 2013 Google Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __STDLIB_H_
#define __STDLIB_H_
#include <malloc.h>
#endif /* __STDLIB_H_ */
Powered by Gitea Version: 1.17.2 Page: 1372ms Template : 7ms
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Српски Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website