Skip to content

Commit 0ce4f86

Browse files
committed
remove extern inlines from localtime overlay
1 parent 01c3167 commit 0ce4f86

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libc/hdr/localtime_overlay.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717

1818
// glibc <unistd.h> header might provide extern inline definitions for few
1919
// functions, causing external alias errors. They are guarded by
20-
// `__USE_EXTERN_INLINES` macro. We temporarily disable `__USE_EXTERN_INLINES`
21-
// macro by defining `__NO_INLINE__` before including <stdio.h>.
22-
23-
#ifdef __USE_EXTERN_INLINES
24-
#define LIBC_OLD_USE_EXTERN_INLINES
25-
#undef __USE_EXTERN_INLINES
26-
#endif
20+
// `__USE_EXTERN_INLINES` macro.
2721

2822
#ifndef __NO_INLINE__
2923
#define __NO_INLINE__ 1

0 commit comments

Comments
 (0)