Skip to content

Commit a1d1985

Browse files
committed
function get_localtime should not be extern
1 parent b4e0a1e commit a1d1985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/time/linux/localtime_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LIBC_INLINE volatile int file_usage;
1919
namespace LIBC_NAMESPACE_DECL {
2020
namespace localtime_utils {
2121

22-
extern timezone::tzset *get_localtime(struct tm *tm);
22+
timezone::tzset *get_localtime(struct tm *tm);
2323

2424
} // namespace localtime_utils
2525
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)