mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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:
parent
fd5f347c84
commit
03951e5645
@ -104,6 +104,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
// Basic types mapping
|
// Basic types mapping
|
||||||
//
|
//
|
||||||
typedef UINTN size_t;
|
typedef UINTN size_t;
|
||||||
|
typedef UINTN off_t;
|
||||||
typedef UINTN u_int;
|
typedef UINTN u_int;
|
||||||
typedef INTN ptrdiff_t;
|
typedef INTN ptrdiff_t;
|
||||||
typedef INTN ssize_t;
|
typedef INTN ssize_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user