Skip to content

Commit 5665971

Browse files
committed
[testing] move timezone
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
1 parent e9c34ed commit 5665971

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
1010
#include <CrtLibSupport.h>
1111

1212
int errno = 0;
13+
long timezone;
1314

1415
FILE *stderr = NULL;
1516
FILE *stdin = NULL;

CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
1919
#define SECSPERHOUR (60 * 60)
2020
#define SECSPERDAY (24 * SECSPERHOUR)
2121

22-
long timezone;
23-
2422
//
2523
// The arrays give the cumulative number of days up to the first of the
2624
// month number used as the index (1 -> 12) for regular and leap years.

0 commit comments

Comments
 (0)