summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/Include/CrtLibSupport.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-06-11 12:02:11 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-25 16:08:35 +0000
commit0ec54d8d0c8fb3069ca290c4e7b265f5ddff8583 (patch)
tree1f74e03ca6b8dfaf22ed292cef19e7079cdc5040 /CryptoPkg/Library/Include/CrtLibSupport.h
parentaf73d37741efa54044a795e22dda48f612547874 (diff)
downloadedk2-0ec54d8d0c8fb3069ca290c4e7b265f5ddff8583.tar.gz
CrtLibSupport: add mktime()
Will be needed by openssl-3.2.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'CryptoPkg/Library/Include/CrtLibSupport.h')
-rw-r--r--CryptoPkg/Library/Include/CrtLibSupport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/CryptoPkg/Library/Include/CrtLibSupport.h b/CryptoPkg/Library/Include/CrtLibSupport.h
index f81f490734..e3e8781d16 100644
--- a/CryptoPkg/Library/Include/CrtLibSupport.h
+++ b/CryptoPkg/Library/Include/CrtLibSupport.h
@@ -348,6 +348,11 @@ gettimeofday (
struct timezone *tz
);
+time_t
+mktime (
+ struct tm *t
+ );
+
uid_t
getuid (
void