CryptoPkg/CrtLibSupport: add off_t
Add typedef for off_t. Will be needed by openssl 3.0. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
fd5f347c84
commit
03951e5645
@@ -104,6 +104,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
// Basic types mapping
|
||||
//
|
||||
typedef UINTN size_t;
|
||||
typedef UINTN off_t;
|
||||
typedef UINTN u_int;
|
||||
typedef INTN ptrdiff_t;
|
||||
typedef INTN ssize_t;
|
||||
|
Reference in New Issue
Block a user