4bec430
From c3f28ab099ea7c6949b849129cf5ea1c15b03854 Mon Sep 17 00:00:00 2001
4bec430
From: Gerd Hoffmann <kraxel@redhat.com>
4bec430
Date: Mon, 28 Aug 2023 13:11:02 +0200
4bec430
Subject: [PATCH 15/16] CryptoPkg/CrtLib: add stat.h
4bec430
4bec430
needed by rhel downstream openssl patches
4bec430
---
4bec430
 CryptoPkg/Library/Include/sys/stat.h | 9 +++++++++
4bec430
 1 file changed, 9 insertions(+)
4bec430
 create mode 100644 CryptoPkg/Library/Include/sys/stat.h
4bec430
4bec430
diff --git a/CryptoPkg/Library/Include/sys/stat.h b/CryptoPkg/Library/Include/sys/stat.h
4bec430
new file mode 100644
4bec430
index 000000000000..22247bb2db80
4bec430
--- /dev/null
4bec430
+++ b/CryptoPkg/Library/Include/sys/stat.h
4bec430
@@ -0,0 +1,9 @@
4bec430
+/** @file
4bec430
+  Include file to support building the third-party cryptographic library.
4bec430
+
4bec430
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
4bec430
+SPDX-License-Identifier: BSD-2-Clause-Patent
4bec430
+
4bec430
+**/
4bec430
+
4bec430
+#include <CrtLibSupport.h>
4bec430
-- 
4bec430
2.41.0
4bec430