commit | a13dc07c652e5cdbac704d4fe77b241f4c0f0830 | [log] [tgz] |
---|---|---|
author | dp-arm <dimitris.papastamos@arm.com> | Fri Sep 16 15:46:47 2016 +0100 |
committer | dp-arm <dimitris.papastamos@arm.com> | Wed Oct 12 15:37:37 2016 +0100 |
tree | a3f7e7d3b76952bb96dbe8c32496870de18e462b | |
parent | 911d779097393beacddc063860c7facf8259d3d1 [diff] |
Remove non-standard <sys/cdefs.h> include from uuid.h This include provides nothing useful for TF and prevents building the fiptool using musl libc[0]. [0] https://www.musl-libc.org/ Change-Id: Ied35e16b9ea2b40213433f2a8185dddc59077884 Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
diff --git a/include/lib/stdlib/sys/uuid.h b/include/lib/stdlib/sys/uuid.h index 5c4767b..d43b641 100644 --- a/include/lib/stdlib/sys/uuid.h +++ b/include/lib/stdlib/sys/uuid.h
@@ -34,8 +34,6 @@ #ifndef _SYS_UUID_H_ #define _SYS_UUID_H_ -#include <sys/cdefs.h> - /* Length of a node address (an IEEE 802 address). */ #define _UUID_NODE_LEN 6