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:
Gerd Hoffmann 2022-04-11 19:24:55 +08:00 committed by mergify[bot]
parent fd5f347c84
commit 03951e5645
1 changed files with 1 additions and 0 deletions

View File

@ -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;