Skip to content

Commit 1aa049f

Browse files
authored
update glibc header sys/cdefs.h include guard (#2029)
1 parent 2331e6f commit 1aa049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/pico_platform/include/pico/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <stdint.h>
1212
#include <stddef.h>
1313

14-
#ifdef __unix__
14+
#if defined __unix__ && defined __GLIBC__
1515

1616
#include <sys/cdefs.h>
1717

0 commit comments

Comments
 (0)