Skip to content
Snippets Groups Projects
Commit 59336459 authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Wolfgang Denk
Browse files

include/compiler.h: remove uint typedef for __MACH__


uint is typedefed twice if __MACH__ is defined. This generates an error
when calling MAKEALL for netstar bord on OS X.

This patch removes the typedef for __MACH__ case in favor of general
definiton some lines below.

Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 8804ae3b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@
#elif defined(__MACH__)
# include <machine/endian.h>
typedef unsigned long ulong;
typedef unsigned int uint;
#endif
typedef uint8_t __u8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment