Skip to content

Commit

Permalink
reworked changelog according to suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: SuperIlu <[email protected]>
  • Loading branch information
SuperIlu authored Dec 2, 2024
1 parent 4b8fbf6 commit 97268b8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ChangeLog.d/fix-compilation-with-djgpp.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
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

Bugfix
* Fix compilation on MS-DOS DJGPP. Fixes #9813.

0 comments on commit 97268b8

Please sign in to comment.