Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
Signed-off-by: SuperIlu <[email protected]>
  • Loading branch information
SuperIlu authored and Ilu committed Dec 1, 2024
1 parent 6d32712 commit 4b8fbf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.d/fix-compilation-with-djgpp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix:
* DJGPP does not provide `suseconds_t`, but defines `__unix__`
* `net_sockets.c` uses it for `mbedtls_net_usleep()`
* This fix makes use of the alternate codepath w/o `suseconds_t` if `__DJGPP__` is defined

0 comments on commit 4b8fbf6

Please sign in to comment.