Commit 9e23f9ab authored by dp-arm's avatar dp-arm
Browse files

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: default avatardp-arm <dimitris.papastamos@arm.com>
parent a5a42310
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#ifndef _SYS_UUID_H_ #ifndef _SYS_UUID_H_
#define _SYS_UUID_H_ #define _SYS_UUID_H_
#include <sys/cdefs.h>
/* Length of a node address (an IEEE 802 address). */ /* Length of a node address (an IEEE 802 address). */
#define _UUID_NODE_LEN 6 #define _UUID_NODE_LEN 6
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment