We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c02a commit cbf2cdcCopy full SHA for cbf2cdc
libc/test/src/time/localtime_r_test.cpp
@@ -12,10 +12,12 @@
12
#include "src/time/timezone.h"
13
#include "test/UnitTest/Test.h"
14
15
+// TODO: remove this header file
16
#include <string.h>
17
18
extern char **environ;
19
20
+// TODO: rewrite this function and remove malloc
21
void set_env_var(const char *env) {
22
int i = 0;
23
if (environ[i] != NULL) {
libc/test/src/time/localtime_test.cpp
@@ -10,10 +10,13 @@
10
#include "src/time/localtime.h"
11
+
0 commit comments