mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
exports.h no longer includes common.h, which contains assert(). qsort.c needs to be updated. This fixes this warning: qsort.c: In function 'qsort': qsort.c:30:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> Tested-by: Heiko Schocher <hs@denx.de> |
||
|---|---|---|
| .. | ||
| libfdt | ||
| lzma | ||
| lzo | ||
| zlib | ||
| addr_map.c | ||
| asm-offsets.c | ||
| bzlib.c | ||
| bzlib_crctable.c | ||
| bzlib_decompress.c | ||
| bzlib_huffman.c | ||
| bzlib_private.h | ||
| bzlib_randtable.c | ||
| circbuf.c | ||
| crc7.c | ||
| crc16.c | ||
| crc32.c | ||
| ctype.c | ||
| display_options.c | ||
| div64.c | ||
| errno.c | ||
| fdtdec.c | ||
| gunzip.c | ||
| hashtable.c | ||
| ldiv.c | ||
| lmb.c | ||
| Makefile | ||
| md5.c | ||
| net_utils.c | ||
| qsort.c | ||
| rbtree.c | ||
| sha1.c | ||
| sha256.c | ||
| string.c | ||
| strmhz.c | ||
| time.c | ||
| uuid.c | ||
| vsprintf.c | ||