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 01c3167 commit 0ce4f86Copy full SHA for 0ce4f86
libc/hdr/localtime_overlay.h
@@ -17,13 +17,7 @@
17
18
// glibc <unistd.h> header might provide extern inline definitions for few
19
// 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
+// `__USE_EXTERN_INLINES` macro.
27
28
#ifndef __NO_INLINE__
29
#define __NO_INLINE__ 1
0 commit comments