We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c34ed commit 5665971Copy full SHA for 5665971
CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
@@ -10,6 +10,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
10
#include <CrtLibSupport.h>
11
12
int errno = 0;
13
+long timezone;
14
15
FILE *stderr = NULL;
16
FILE *stdin = NULL;
CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
@@ -19,8 +19,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
19
#define SECSPERHOUR (60 * 60)
20
#define SECSPERDAY (24 * SECSPERHOUR)
21
22
-long timezone;
23
-
24
//
25
// The arrays give the cumulative number of days up to the first of the
26
// month number used as the index (1 -> 12) for regular and leap years.
0 commit comments