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.
get_localtime
extern
1 parent b4e0a1e commit a1d1985Copy full SHA for a1d1985
libc/src/time/linux/localtime_utils.h
@@ -19,7 +19,7 @@ LIBC_INLINE volatile int file_usage;
19
namespace LIBC_NAMESPACE_DECL {
20
namespace localtime_utils {
21
22
-extern timezone::tzset *get_localtime(struct tm *tm);
+timezone::tzset *get_localtime(struct tm *tm);
23
24
} // namespace localtime_utils
25
} // namespace LIBC_NAMESPACE_DECL
0 commit comments