CrtLibSupport: add intptr_t

Will be needed by openssl-3.4.x

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2024-09-09 11:02:59 +02:00 committed by mergify[bot]
parent c371460cb4
commit 67c303cb5f
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
typedef UINTN size_t;
typedef UINTN off_t;
typedef UINTN u_int;
typedef UINTN intptr_t;
typedef INTN ptrdiff_t;
typedef INTN ssize_t;
typedef INT64 time_t;