mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
CryptoPkg: Add sleep() function to BaseCryptLibMbedTls
In BaseCryptLib sleep() function is defined, apply the same sleep function to BaseCryptLibMbedTls Signed-off-by: "Kalavakolanu, Hema Anmisha" <hema.anmisha.kalavakolanu@intel.com>
This commit is contained in:
parent
070eadb550
commit
62de957185
@ -47,6 +47,15 @@ gmtime (
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**sleep function. **/
|
||||
unsigned int
|
||||
sleep (
|
||||
unsigned int seconds
|
||||
)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**_time64 function. **/
|
||||
time_t
|
||||
_time64 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user