arm-trusted-firmware/include/lib/libc
Masahiro Yamada f906a44e9e libc: fix sparse warning for __assert()
Sparse warns this:

lib/libc/assert.c:29:6: error: symbol '__assert' redeclared with different type (originally declared at include/lib/libc/assert.h:36) - different modifiers

Add __dead2 to match the header declaration and C definition.

I also changed '__dead2 void' to 'void __dead2' for the consistency
with other parts.

Change-Id: Iefa4f0e787c24fa7e7e499d2e7baf54d4deb49ef
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-09-11 11:28:46 +09:00
..
aarch32 Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
aarch64 Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
assert.h libc: fix sparse warning for __assert() 2019-09-11 11:28:46 +09:00
cdefs.h Introduce RECLAIM_INIT_CODE build flag 2018-10-03 11:47:30 +01:00
endian.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
errno.h libc: Cleanup FreeBSD files 2018-08-22 10:26:05 +01:00
limits.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
setjmp.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stdarg.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdbool.h Create a library file for libc 2018-08-03 11:31:33 +01:00
stddef.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdint.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdio.h libc: Move tf_printf and tf_snprintf to libc 2018-08-22 10:26:05 +01:00
stdlib.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
string.h libc: Adapt strlcpy to this codebase 2018-11-02 13:41:33 +00:00
time.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00