Skip to content

Commit

Permalink
Attempt to fix build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
veremenko-y committed Apr 4, 2024
1 parent bca9bc1 commit 3a993cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel/platform/platform-rpipico/mangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
#define _write f_write
#define _sbrk f_sbrk
#define ssize_t _ssize_t
#define time_t _time_t
#else
#undef panic
#undef _read
#undef _write
#undef _sbrk
#undef ssize_t
#undef time_t
#endif

#undef MANGLED
Expand Down

0 comments on commit 3a993cb

Please sign in to comment.