We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d32712 commit 4b8fbf6Copy full SHA for 4b8fbf6
ChangeLog.d/fix-compilation-with-djgpp.txt
@@ -0,0 +1,5 @@
1
+Bugfix:
2
+ * DJGPP does not provide `suseconds_t`, but defines `__unix__`
3
+ * `net_sockets.c` uses it for `mbedtls_net_usleep()`
4
+ * This fix makes use of the alternate codepath w/o `suseconds_t` if `__DJGPP__` is defined
5
+
0 commit comments