Skip to content

Commit

Permalink
update glibc header sys/cdefs.h include guard (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasimmet authored Nov 9, 2024
1 parent 2331e6f commit 1aa049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/pico_platform/include/pico/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdint.h>
#include <stddef.h>

#ifdef __unix__
#if defined __unix__ && defined __GLIBC__

#include <sys/cdefs.h>

Expand Down

0 comments on commit 1aa049f

Please sign in to comment.