TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
1406ace4d2e6a8fc7180dc080c431077fdc6e7cf
/
.
/
ChangeLog.d
/
fix-compilation-with-djgpp.txt
blob: 45c565957e0014ff92cb69aef4555ec705078d91 [
file
] [
log
] [
blame
]
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